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

<SerializableAttribute> _ <AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Struct Or AttributeTargets.Constructor Or AttributeTargets.Method, Inherited:=False)> _ <ComVisibleAttribute(True)> _ Public NotInheritable Class DebuggerStepThroughAttribute Inherits Attribute
[SerializableAttribute] [AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Constructor|AttributeTargets.Method, Inherited=false)] [ComVisibleAttribute(true)] public sealed class DebuggerStepThroughAttribute : Attribute
[SerializableAttribute] [AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Struct|AttributeTargets::Constructor|AttributeTargets::Method, Inherited=false)] [ComVisibleAttribute(true)] public ref class DebuggerStepThroughAttribute sealed : public Attribute
/** @attribute SerializableAttribute() */ /** @attribute AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Constructor|AttributeTargets.Method, Inherited=false) */ /** @attribute ComVisibleAttribute(true) */ public final class DebuggerStepThroughAttribute extends Attribute

共通言語ランタイムは、この属性にセマンティクスを割り当てません。これは、ソース コード デバッガで使用するために提供されています。たとえば、Visual Studio 2005 デバッガはこの属性でマークされたメソッドで停止しませんが、メソッド内にブレークポイントを設定することを許可します。

System.Attribute
System.Diagnostics.DebuggerStepThroughAttribute


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


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