DebuggableAttribute クラス
ランタイム ジャスト イン タイム (JIT: just-in-time) デバッグ用のコード生成を変更します。このクラスは継承できません。
この型のすべてのメンバの一覧については、DebuggableAttribute メンバ を参照してください。
System.Object
System.Attribute
System.Diagnostics.DebuggableAttribute
<AttributeUsage(AttributeTargets.Assembly Or _
AttributeTargets.Module)>
NotInheritable Public Class DebuggableAttribute Inherits Attribute
[C#]
[AttributeUsage(AttributeTargets.Assembly |
AttributeTargets.Module)]
public sealed class DebuggableAttribute : Attribute
[C++]
[AttributeUsage(AttributeTargets::Assembly |
AttributeTargets::Module)]
public __gc __sealed class DebuggableAttribute : public Attribute
[JScript]
public
AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Module)
class DebuggableAttribute extends Attribute
スレッドセーフ
この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。
解説
DebuggableAttribute は、ランタイムがモジュール内でコードを処理する方法を制御します。ランタイムは、生成されたコードに関する追加情報を追跡し、この属性に格納された値に基づく特定の最適化を無効にすることがあります。
属性の使用方法については、「 属性を使用したメタデータの拡張 」を参照してください。
必要条件
名前空間: System.Diagnostics
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET
アセンブリ: Mscorlib (Mscorlib.dll 内)