tags:

views:

109

answers:

2

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
+1  A: 

Have a look at this thread about profilers...Any Decent C# Profilers out there

weismat