Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DebuggableAttribute Constructor

 

Initializes a new instance of the DebuggableAttribute class.

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

NameDescription
System_CAPS_pubmethodDebuggableAttribute(Boolean, Boolean)

Initializes a new instance of the DebuggableAttribute class, using the specified tracking and optimization options for the just-in-time (JIT) compiler.

System_CAPS_pubmethodDebuggableAttribute(DebuggableAttribute::DebuggingModes)

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

Return to top
Show:
© 2017 Microsoft