Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Contains values that influence the behavior of the managed just-in-time (JIT) compiler.
typedef enum CorDebugJITCompilerFlags {
CORDEBUG_JIT_DEFAULT = 0x1,
CORDEBUG_JIT_DISABLE_OPTIMIZATION = 0x3,
CORDEBUG_JIT_ENABLE_ENC = 0x7
} CorDebugJITCompilerFlags;
Members
Member |
Description |
|---|---|
CORDEBUG_JIT_DEFAULT |
Specifies that the compiler should track compilation data, and allows optimization. |
CORDEBUG_JIT_DISABLE_OPTIMIZATION |
Specifies that the compiler should track compilation data, but disables optimizations. |
CORDEBUG_JIT_ENABLE_ENC |
Specifies that the compiler should track compilation data, disables optimizations, and enables Edit and Continue technologies. |
Requirements
Platforms: See .NET Framework System Requirements.
Header: CorDebug.idl
Library: CorGuids.lib
.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0