CorDebugJITCompilerFlags Enumeration
Contains values that influence the behavior of the managed just-in-time (JIT) compiler.
Syntax
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 optimizations. |
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 System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 2.0
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.