Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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
- modes
Type: System.Diagnostics. . :: . .DebuggableAttribute. . :: . .DebuggingModes
A bitwise combination of the DebuggableAttribute..::..DebuggingModes values specifying the debugging mode for the JIT compiler.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.