D
Don Stewart
From within a .NET 1.1 application and using C# Code,
I need to get a list of all the instatiated objects in the application,
with the following columns:
TypeName, Instatiation-Count, Size
I was thinking of using the Garbage Collector somehow or perhaps a Heap and
Stack Dump?
Using an external utility application is NOT an option.
Does anyone have any ideas?
Thank you for any assistance.
Don Stewart
(e-mail address removed)
I need to get a list of all the instatiated objects in the application,
with the following columns:
TypeName, Instatiation-Count, Size
I was thinking of using the Garbage Collector somehow or perhaps a Heap and
Stack Dump?
Using an external utility application is NOT an option.
Does anyone have any ideas?
Thank you for any assistance.
Don Stewart
(e-mail address removed)