1

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....

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

2 Answers2

1

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

Community
  • 1
  • 1
weismat
  • 7,195
  • 3
  • 43
  • 58
0

Take a look at the Process class. It has several properties for memory.

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