COR_GC_THREAD_STATS_TYPES Enumeration

Indicates the garbage collection statistics for a thread.

Syntax

typedef enum {  
    COR_GC_THREAD_HAS_PROMOTED_BYTES  = 0x00000001  
} COR_GC_THREAD_STATS_TYPES;  

Members

Member Description
COR_GC_THREAD_HAS_PROMOTED_BYTES The thread has bytes that were promoted in the most recent garbage collection.

Requirements

Platforms: See System Requirements.

Header: GCHost.idl, GCHost.h

.NET Framework Versions: Available since 1.0

See also