i am running an exe from my C# code and i want to monitor the private bytes of the exe from my C# code...can anyone help?pls....
A:
Take a look at the Process class. It has several properties for memory.
Brian Rasmussen
2009-04-01 07:16:23
+1
A:
Have a look at this thread about profilers...Any Decent C# Profilers out there
weismat
2009-04-01 07:20:00