tags:

views:

46

answers:

1

Hi folks:

Could I use any library programatically to watch memory of an object?

Thanks.

+1  A: 

You can use the .NET Profiler API .

or try these tools

Bye.

RRUZ
Whether you know where is the code sample, to use .NET Profiler API with C# to gauge an object's memory.
Ricky