다음을 통해 공유


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 LOB(Large Object) 힙입니다.

설명

요구 사항

플랫폼:시스템 요구 사항을 참조하세요.

헤더: CorDebug.idl, CorDebug.h

라이브러리: CorGuids.lib

.NET Framework 버전: 4.5부터 사용 가능

참고 항목