DebuggerStepThroughAttribute クラス
DebuggerStepThroughAttribute を指定します。このクラスは継承できません。
この型のすべてのメンバの一覧については、DebuggerStepThroughAttribute メンバ を参照してください。
System.Object
System.Attribute
System.Diagnostics.DebuggerStepThroughAttribute
<AttributeUsage(AttributeTargets.Class Or AttributeTargets.Struct _
Or AttributeTargets.Constructor Or AttributeTargets.Method)>
<Serializable>
NotInheritable Public Class DebuggerStepThroughAttribute Inherits Attribute
[C#]
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct |
AttributeTargets.Constructor | AttributeTargets.Method)]
[Serializable]
public sealed class DebuggerStepThroughAttribute : Attribute
[C++]
[AttributeUsage(AttributeTargets::Class | AttributeTargets::Struct
| AttributeTargets::Constructor | AttributeTargets::Method)]
[Serializable]
public __gc __sealed class DebuggerStepThroughAttribute : public Attribute
[JScript]
public
AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct |
AttributeTargets.Constructor | AttributeTargets.Method)
Serializable
class DebuggerStepThroughAttribute extends Attribute
スレッドセーフ
この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。
解説
共通言語ランタイムは、この属性にセマンティクスを割り当てません。これは、ソース コード デバッガで使用するために提供されています。たとえば、Visual Studio .NET デバッガはこの属性でマークされたメソッドで停止しませんが、メソッド内にブレークポイントを設定することを許可します。
属性の使用方法については、「 属性を使用したメタデータの拡張 」を参照してください。
必要条件
名前空間: 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 内)