CorDebugGCType Enumeration

Indicates whether the garbage collector is running on a workstation or a server.

Syntax

typedef enum CorDebugGCType {  
    CorDebugWorkstationGC  = 0,  
    CorDebugServerGC       = ( CorDebugWorkstationGC + 1 )  
} CorDebugGCType;  

Parameters

Members

Member name Description
CorDebugWorkstationGC The garbage collector is running on a workstation.
CorDebugServerGC The garbage collector is running on a server.

Remarks

Requirements

Platforms: See System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: Available since 4.5

See also