This documentation is archived and is not being maintained.
InstrumentationClassAttribute Class
.NET Framework 1.1
Specifies that a class provides event or instance instrumentation.
For a list of all members of this type, see InstrumentationClassAttribute Members.
System.Object
System.Attribute
System.Management.Instrumentation.InstrumentationClassAttribute
[Visual Basic] <AttributeUsage(AttributeTargets.Class Or AttributeTargets.Struct)> Public Class InstrumentationClassAttribute Inherits Attribute [C#] [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)] public class InstrumentationClassAttribute : Attribute [C++] [AttributeUsage(AttributeTargets::Class | AttributeTargets::Struct)] public __gc class InstrumentationClassAttribute : public Attribute [JScript] public AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct) class InstrumentationClassAttribute 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
InstrumentationClassAttribute Members | System.Management.Instrumentation Namespace
Show: