Sdílet prostřednictvím


CorDebugJITCompilerFlagsDeprecated – výčet

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

Syntax

typedef enum CorDebugJITCompilerFlagsDeprecated {  
    CORDEBUG_JIT_TRACK_DEBUG_INFO  = 0x1  
} CorDebugJITCompilerFlagsDeprecated;  

Členové

Č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

Knihovny: CorGuids.lib

.NET Framework Verze: 1.0, 1.1

Viz také