Share via


DebuggableAttribute Constructor (DebuggableAttribute.DebuggingModes)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the DebuggableAttribute class, using the specified debugging modes for the just-in-time (JIT) compiler.

Namespace:  System.Diagnostics
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Sub New ( _
    modes As DebuggableAttribute.DebuggingModes _
)
public DebuggableAttribute(
    DebuggableAttribute.DebuggingModes modes
)
public:
DebuggableAttribute(
    DebuggableAttribute::DebuggingModes modes
)
new : 
        modes:DebuggableAttribute.DebuggingModes -> DebuggableAttribute
public function DebuggableAttribute(
    modes : DebuggableAttribute..::..DebuggingModes
)

Parameters

Remarks

Calling the DebuggableAttribute(DebuggableAttribute..::..DebuggingModes) constructor with a modes parameter value of Default is equivalent to calling the DebuggableAttribute(Boolean, Boolean) constructor with an isJITTrackingEnabled parameter value of true.

.NET Framework Security

See Also

Reference

DebuggableAttribute Class

DebuggableAttribute Overload

System.Diagnostics Namespace