This counter displays the current number of GC Handles in use. GCHandles are handles to resources external to the CLR and the managed environment. Handles occupy small amounts of memory in the GCHeap but potentially expensive unmanaged resources.
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 ...
This counter displays the current number of context-bound classes loaded. Classes that can be bound to a context are called ...
This counter displays the current number of GC Handles in use. GCHandles are handles to resources external to the CLR and ...
This counter displays the current number of remoting contexts in the application. A context is a boundary containing a collection ...
This counter displays the current number of stubs created by the CLR. Stubs are responsible for marshalling arguments and ...
This counter displays the current number of sync blocks in use. Sync blocks are per-object data structures allocated for ...
This counter displays the current size (in bytes) of the memory committed by the class loader across all AppDomains. (Committed ...