This counter displays the current number of AppDomains loaded in this application. AppDomains (application domains) provide a secure and versatile unit of processing that the CLR can use to provide isolation between applications running in the same process.
This counter displays the bytes of memory that survive garbage collection (GC) and are promoted from generation 0 to generation ...
This counter displays the bytes of memory that survive garbage collection (GC) and are promoted from generation 1 to generation ...
This counter displays the bytes per second that are promoted from generation 0 (youngest) to generation 1; objects that are ...
This counter displays the bytes per second that are promoted from generation 1 to generation 2 (oldest); objects that are ...
This counter displays the current number of AppDomains loaded in this application. AppDomains (application domains) provide ...
This counter displays the current number of Assemblies loaded across all AppDomains in this application. If the Assembly ...
This counter displays the current number of bytes in generation 1 (Gen 1); this counter does not display the maximum size ...
This counter displays the current number of bytes in generation 2 (Gen 2). Objects are not directly allocated in this generation; ...
This counter displays the current number of Com-Callable-Wrappers (CCWs). A CCW is a proxy for the .NET managed object being ...