In C#,I have an object say Shape which has two fields area and length.
I got a shapeList which is a collection of Shapes.
I have got a shapeList address in my crash dump.
I need a script in windbg that iterates through each item in the shapeList array and display the value of area alone for each shape.
1 Answer