Freigeben über


InstrumentedAttribute-Klasse

Gibt an, dass diese Assembly Verwaltungsinstrumentation bereitstellt. Dieses Attribut sollte einmal pro Assembly vorkommen.

Namespace: System.Management.Instrumentation
Assembly: System.Management (in system.management.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Assembly)> _
Public Class InstrumentedAttribute
    Inherits Attribute
'Usage
Dim instance As InstrumentedAttribute
[AttributeUsageAttribute(AttributeTargets.Assembly)] 
public class InstrumentedAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Assembly)] 
public ref class InstrumentedAttribute : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Assembly) */ 
public class InstrumentedAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Assembly) 
public class InstrumentedAttribute extends Attribute

Vererbungshierarchie

System.Object
   System.Attribute
    System.Management.Instrumentation.InstrumentedAttribute

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

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

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

InstrumentedAttribute-Member
System.Management.Instrumentation-Namespace