CorDebugGenerationTypes 枚举

指定托管堆上内存区域的生成。

语法

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

成员

成员名称 描述
CorDebug_Gen0 第 0 代。
CorDebug_Gen1 第 1 代。
CorDebug_Gen2 第 2 代。
CorDebug_LOH 大型对象堆。

备注

要求

平台:请参阅系统要求

标头:CorDebug.idl、CorDebug.h

库:CorGuids.lib

.NET Framework 版本:自 4.5 起可用

请参阅