8 [__DynamicallyInvokable]
14 [__DynamicallyInvokable]
18 [__DynamicallyInvokable]
21 [__DynamicallyInvokable]
24 [__DynamicallyInvokable]
25 DisableOptimizations = 0x100,
27 [__DynamicallyInvokable]
28 IgnoreSymbolStoreSequencePoints = 0x2,
30 [__DynamicallyInvokable]
31 EnableEditAndContinue = 0x4
58 if (isJITTrackingEnabled)
62 if (isJITOptimizerDisabled)
70 [__DynamicallyInvokable]
73 m_debuggingModes = modes;
DebuggableAttribute(DebuggingModes modes)
Initializes a new instance of the T:System.Diagnostics.DebuggableAttribute class, using the specified...
No initialization action.
Represents the base class for custom attributes.
DebuggableAttribute(bool isJITTrackingEnabled, bool isJITOptimizerDisabled)
Initializes a new instance of the T:System.Diagnostics.DebuggableAttribute class, using the specified...
Modifies code generation for runtime just-in-time (JIT) debugging. This class cannot be inherited.
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.
bool IsJITOptimizerDisabled
Gets a value that indicates whether the runtime optimizer is disabled.
DebuggingModes DebuggingFlags
Gets the debugging modes for the attribute.
DebuggingModes
Specifies the debugging mode for the just-in-time (JIT) compiler.
bool IsJITTrackingEnabled
Gets a value that indicates whether the runtime will track information during code generation for the...
The default setting for this enumeration, which is currently F:System.GCCollectionMode....