次の方法で共有


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 以降で使用可能

関連項目