How big is a program's managed heap and a program's stack???

  • Thread starter Thread starter Carly
  • Start date Start date
Carly,

This will be different for each application and what it is doing at a given
point in time.

Classes in the System.Diagnostics namespace of .NET can be used to monitor
the resources an application is using.
 
Back
Top