Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the statistics to be recorded for a garbage collection.
typedef enum {
COR_GC_COUNTS = 0x00000001
COR_GC_MEMORYUSAGE = 0x00000002
} COR_GC_STAT_TYPES;
Members
Member |
Description |
---|---|
COR_GC_COUNTS |
Records the number of bytes that were promoted in the garbage collection. |
COR_GC_MEMORYUSAGE |
Records the amount of memory that was freed in the garbage collection. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: GCHost.idl
.NET Framework Version: 2.0, 1.1, 1.0