Sdílet prostřednictvím


CorDebugJITCompilerFlagsDeprecated – výčet

Tento výčet je zastaralý. CORDEBUG_JIT_DEFAULT Místo toho použijte člena CorDebugJITCompilerFlags.

Syntaxe

typedef enum CorDebugJITCompilerFlagsDeprecated {
    CORDEBUG_JIT_TRACK_DEBUG_INFO  = 0x1
} CorDebugJITCompilerFlagsDeprecated;

Members

Člen Description
CORDEBUG_JIT_TRACK_DEBUG_INFO Místo toho použijte CORDEBUG_JIT_DEFAULT.

Požadavky

Platformy: Viz požadavky na systém.

Záhlaví: CorDebug.idl, CorDebug.h

Knihovna: CorGuids.lib

Verze rozhraní .NET Framework: 1.0, 1.1

Viz také