Condividi tramite


Enumerazione CorDebugJITCompilerFlagsDeprecated

Questa enumerazione è obsoleta. Utilizzare invece il CORDEBUG_JIT_DEFAULT membro dell'enumerazione CorDebugJITCompilerFlags .

Sintassi

typedef enum CorDebugJITCompilerFlagsDeprecated {
    CORDEBUG_JIT_TRACK_DEBUG_INFO  = 0x1
} CorDebugJITCompilerFlagsDeprecated;

Members

Membro Description
CORDEBUG_JIT_TRACK_DEBUG_INFO Utilizzare invece CORDEBUG_JIT_DEFAULT.

Requisiti

Piattaforme: vedere Requisiti di sistema.

Intestazione: CorDebug.idl, CorDebug.h

Biblioteca: CorGuids.lib

Versioni di .NET Framework: 1.0, 1.1

Vedere anche