Share via


COR_GC_THREAD_STATS_TYPES Enumeration

Indicates the garbage collection statistics for a thread.

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 .NET Framework System Requirements.

Header: GCHost.idl

.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

See Also

Other Resources

Hosting Enumerations