class DebuggableAttribute
in global :: System . Diagnostics
Modifies code generation for runtime just-in-time (JIT) debugging. This class cannot be inherited.
public bool IsJITOptimizerDisabled { get; }
Gets a value that indicates whether the runtime optimizer is disabled.
- Returns if the runtime optimizer is disabled; otherwise, .
public bool IsJITTrackingEnabled { get; }
Gets a value that indicates whether the runtime will track information during code generation for the debugger.
- Returns if the runtime will track information during code generation for the debugger; otherwise, .
public object TypeId { get; }
😔 No documentation found.