I am writing a C# WinForms app using VS2008. Is there a way I can view all of the objects that my application has loaded into memory?
+1
A:
There are a number of memory profilers out there. My personal favorite is Ants profiler from redgate but here are some more:
And also you can follow this SO link for free ones Free Profilers
mcauthorn
2009-10-20 14:33:42