DebuggableAttribute Class
.NET Framework 2.0
Modifies code generation for runtime just-in-time (JIT) debugging. This class cannot be inherited.
Namespace: System.Diagnostics
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
'Declaration <AttributeUsageAttribute(AttributeTargets.Assembly Or AttributeTargets.Module, AllowMultiple:=False)> _ <ComVisibleAttribute(True)> _ Public NotInheritable Class DebuggableAttribute Inherits Attribute 'Usage Dim instance As DebuggableAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Assembly|AttributeTargets.Module, AllowMultiple=false) */ /** @attribute ComVisibleAttribute(true) */ public final class DebuggableAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Assembly|AttributeTargets.Module, AllowMultiple=false) ComVisibleAttribute(true) public final class DebuggableAttribute extends Attribute
The DebuggableAttribute controls how the runtime treats code within the module. The runtime might track extra information about generated code, and it might disable certain optimizations based on the values contained within this attribute.
For more information about using attributes, see Extending Metadata Using Attributes.
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: