Compartilhar via


Enumeração CorDebugJITCompilerFlagsDeprecated

Essa enumeração está obsoleta. Use o CORDEBUG_JIT_DEFAULT membro da enumeração CorDebugJITCompilerFlags .

Sintaxe

typedef enum CorDebugJITCompilerFlagsDeprecated {
    CORDEBUG_JIT_TRACK_DEBUG_INFO  = 0x1
} CorDebugJITCompilerFlagsDeprecated;

Members

Membro Description
CORDEBUG_JIT_TRACK_DEBUG_INFO Use CORDEBUG_JIT_DEFAULT em seu lugar.

Requirements

Plataformas: Consulte os Requisitos do Sistema.

Cabeçalho: CorDebug.idl, CorDebug.h

Biblioteca: CorGuids.lib

Versões do .NET Framework: 1.0, 1.1

Consulte também