DebuggableAttribute Constructor (DebuggableAttribute::DebuggingModes)

 

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)

public:
DebuggableAttribute(
	DebuggableAttribute::DebuggingModes modes
)

Parameters

modes
Type: System.Diagnostics::DebuggableAttribute::DebuggingModes

A bitwise combination of the DebuggableAttribute::DebuggingModes values specifying the debugging mode for the JIT compiler.

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.

Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Return to top
Show: