Map of my variables
-
2011年7月20日 13:47
Hello friends,
I write programs in C# and I want have overview of my variables like some objects, structures, classes, strings, integers in computers ram.
Then i can know, that i make disposing of my object CORRECTLY.
Is some tool, which give me result of objects and sizes ? some "Variables, Objects map of memory" for c# apps or asp.net apps
すべての返信
-
2011年9月4日 5:18
Hi
Check with this
http://msdn.microsoft.com/en-us/library/ms979205.aspx
and
http://www.red-gate.com/products/dotnet-development/ants-memory-profiler/
If this post answers your question, please click "Mark As Answer". If this post is helpful please click "Mark as Helpful".

