DebuggableAttribute クラス
アセンブリ: mscorlib (mscorlib.dll 内)

<AttributeUsageAttribute(AttributeTargets.Assembly Or AttributeTargets.Module, AllowMultiple:=False)> _ <ComVisibleAttribute(True)> _ Public NotInheritable Class DebuggableAttribute Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Assembly|AttributeTargets.Module, AllowMultiple=false)] [ComVisibleAttribute(true)] public sealed class DebuggableAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Assembly|AttributeTargets::Module, AllowMultiple=false)] [ComVisibleAttribute(true)] public ref class DebuggableAttribute sealed : public Attribute

DebuggableAttribute は、ランタイムがモジュール内でコードを処理する方法を制御します。ランタイムは、生成されたコードに関する追加情報を追跡し、この属性に格納された値に基づく特定の最適化を無効にすることがあります。

System.Attribute
System.Diagnostics.DebuggableAttribute


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
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- DebuggableAttribute クラスのページへのリンク