InstrumentedAttribute Class
Specifies that this assembly provides management instrumentation. This attribute should appear one time per assembly.
For a list of all members of this type, see InstrumentedAttribute Members.
System.Object
System.Attribute
System.Management.Instrumentation.InstrumentedAttribute
[Visual Basic] <AttributeUsage(AttributeTargets.Assembly)> Public Class InstrumentedAttribute Inherits Attribute [C#] [AttributeUsage(AttributeTargets.Assembly)] public class InstrumentedAttribute : Attribute [C++] [AttributeUsage(AttributeTargets::Assembly)] public __gc class InstrumentedAttribute : public Attribute [JScript] public AttributeUsage(AttributeTargets.Assembly) class InstrumentedAttribute 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.
Remarks
For more information about using attributes, see Extending Metadata Using Attributes.
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
InstrumentedAttribute Members | System.Management.Instrumentation Namespace