Share via


DebuggableAttribute Members

The following tables list the members exposed by the DebuggableAttribute type.

Public Constructors

Name Description
Public Method DebuggableAttribute Overloaded. Initializes a new instance of the DebuggableAttribute class, which sets the conditions for controlling code generation for just-in-time (JIT) runtime debugging.

Public Properties

Name Description
Public Property DebuggingFlags Gets the debugging mode flags.
Public Property IsJITOptimizerDisabled Gets a value that indicates whether the runtime optimizer is disabled.
Public Property IsJITTrackingEnabled Gets a value that indicates whether the runtime will track information for the debugger during code generation.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)

See Also

Reference

DebuggableAttribute Class
System.Diagnostics Namespace