CorDebugGenerationTypes Enumeration

Specifies the generation of a region of memory on the managed heap.

Syntax

typedef enum CorDebugGenerationTypes {  
    CorDebug_Gen0 = 0,  
    CorDebug_Gen1 = 1,  
    CorDebug_Gen2 = 2,  
    CorDebug_LOH  = 3,  
} CorDebugRegionTypes;  

Members

Member name Description
CorDebug_Gen0 Generation 0.
CorDebug_Gen1 Generation 1.
CorDebug_Gen2 Generation 2.
CorDebug_LOH The large object heap.

Remarks

Requirements

Platforms: See System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: Available since 4.5

See also