DebuggableAttribute Constructor (DebuggableAttribute::DebuggingModes)
.NET Framework (current version)
Initializes a new instance of the DebuggableAttribute class, using the specified debugging modes for the just-in-time (JIT) compiler.
Assembly: mscorlib (in mscorlib.dll)
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
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
Show: