IgnoreMemberAttribute Class
Allows a particular member of an instrumented class to be ignored by management instrumentation
For a list of all members of this type, see IgnoreMemberAttribute Members.
System.Object
System.Attribute
System.Management.Instrumentation.IgnoreMemberAttribute
[Visual Basic] <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
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Requirements
Namespace: System.Management.Instrumentation
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Management (in System.Management.dll)
See Also
IgnoreMemberAttribute Members | System.Management.Instrumentation Namespace