次の方法で共有


DebuggerHiddenAttribute クラス

DebuggerHiddenAttribute を指定します。このクラスは継承できません。

この型のすべてのメンバの一覧については、DebuggerHiddenAttribute メンバ を参照してください。

System.Object
   System.Attribute
      System.Diagnostics.DebuggerHiddenAttribute

<AttributeUsage(AttributeTargets.Constructor Or _
   AttributeTargets.Method Or AttributeTargets.Property)>
<Serializable>
NotInheritable Public Class DebuggerHiddenAttribute   Inherits Attribute
[C#]
[AttributeUsage(AttributeTargets.Constructor |
   AttributeTargets.Method | AttributeTargets.Property)]
[Serializable]
public sealed class DebuggerHiddenAttribute : Attribute
[C++]
[AttributeUsage(AttributeTargets::Constructor |
   AttributeTargets::Method | AttributeTargets::Property)]
[Serializable]
public __gc __sealed class DebuggerHiddenAttribute : public   Attribute
[JScript]
public
   AttributeUsage(AttributeTargets.Constructor |
   AttributeTargets.Method | AttributeTargets.Property)
 Serializable
class DebuggerHiddenAttribute 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 ファミリ

アセンブリ: Mscorlib (Mscorlib.dll 内)

参照

DebuggerHiddenAttribute メンバ | System.Diagnostics 名前空間