Partilhar via


Enumeração CorDebugJITCompilerFlagsDeprecated

Esta enumeração é obsoleta. Em alternativa, utilize o CORDEBUG_JIT_DEFAULT membro da enumeração CorDebugJITCompilerFlags .

Syntax

typedef enum CorDebugJITCompilerFlagsDeprecated {  
    CORDEBUG_JIT_TRACK_DEBUG_INFO  = 0x1  
} CorDebugJITCompilerFlagsDeprecated;  

Membros

Membro Description
CORDEBUG_JIT_TRACK_DEBUG_INFO Em vez disso, utilize CORDEBUG_JIT_DEFAULT.

Requisitos

Plataformas: Veja Requisitos de Sistema.

Cabeçalho: CorDebug.idl, CorDebug.h

Biblioteca: CorGuids.lib

.NET Framework Versões: 1.0, 1.1

Ver também