Enumeração CorDebugJITCompilerFlagsDeprecated

A enumeração está obsoleta. Ao invés disso, utilize o CORDEBUG_JIT_DEFAULTmembro da enumeração CorDebugJITCompilerFlags.

Sintaxe

typedef enum CorDebugJITCompilerFlagsDeprecated {  
    CORDEBUG_JIT_TRACK_DEBUG_INFO  = 0x1  
} CorDebugJITCompilerFlagsDeprecated;  

Membros

Membro DESCRIÇÃO
CORDEBUG_JIT_TRACK_DEBUG_INFO Use CORDEBUG_JIT_DEFAULT em vez disso.

Requisitos

Plataformas: confira Requisitos do sistema.

Cabeçalho: CorDebug.idl, CorDebug.h

Biblioteca: CorGuids.lib

.NET Framework versões: 1.0, 1.1

Confira também