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: Windows 2000, Windows XP, Windows Server 2003 family

Header: GCHost.idl

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Concepts

Hosting Enumerations