InstrumentedAttribute Class
.NET Framework 2.0
Specifies that this assembly provides management instrumentation. This attribute should appear one time per assembly.
Namespace: System.Management.Instrumentation
Assembly: System.Management (in system.management.dll)
Assembly: System.Management (in system.management.dll)
'Declaration <AttributeUsageAttribute(AttributeTargets.Assembly)> _ Public Class InstrumentedAttribute Inherits Attribute 'Usage Dim instance As InstrumentedAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Assembly) */ public class InstrumentedAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Assembly) public class InstrumentedAttribute extends Attribute
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: