次の方法で共有


IgnoreMemberAttribute クラス

管理実装が、実装クラスの特定のメンバを無視することを許可します。

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

System.Object
   System.Attribute
      System.Management.Instrumentation.IgnoreMemberAttribute

<AttributeUsage(AttributeTargets.Method Or _
   AttributeTargets.Property Or AttributeTargets.Field)>
Public Class IgnoreMemberAttribute   Inherits Attribute
[C#]
[AttributeUsage(AttributeTargets.Method | AttributeTargets.Property
   | AttributeTargets.Field)]
public class IgnoreMemberAttribute : Attribute
[C++]
[AttributeUsage(AttributeTargets::Method |
   AttributeTargets::Property | AttributeTargets::Field)]
public __gc class IgnoreMemberAttribute : public Attribute
[JScript]
public
   AttributeUsage(AttributeTargets.Method | AttributeTargets.Property
   | AttributeTargets.Field)
class IgnoreMemberAttribute extends Attribute

スレッドセーフ

この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。

必要条件

名前空間: System.Management.Instrumentation

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

アセンブリ: System.Management (System.Management.dll 内)

参照

IgnoreMemberAttribute メンバ | System.Management.Instrumentation 名前空間