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....
Asked
Active
Viewed 204 times
2 Answers
0
Take a look at the Process class. It has several properties for memory.

Brian Rasmussen
- 114,645
- 34
- 221
- 317