InstrumentationClassAttribute Konstruktory

Definice

Inicializuje novou instanci InstrumentationClassAttribute třídy .

Přetížení

InstrumentationClassAttribute(InstrumentationType)

Inicializuje novou instanci InstrumentationClassAttribute třídy, která se používá, pokud je tento typ odvozen od jiného typu, který má InstrumentationClassAttribute atribut , nebo pokud se jedná o instrumentační třídu nejvyšší úrovně (například instance nebo abstraktní třída bez základní třídy nebo událost odvozená z __ExtrinsicEvent).

InstrumentationClassAttribute(InstrumentationType, String)

Inicializuje novou instanci InstrumentationClassAttribute třídy, která má schéma pro existující základní třídu. Třída musí obsahovat správné definice členů pro vlastnosti existující základní třídy služby WMI.

InstrumentationClassAttribute(InstrumentationType)

Inicializuje novou instanci InstrumentationClassAttribute třídy, která se používá, pokud je tento typ odvozen od jiného typu, který má InstrumentationClassAttribute atribut , nebo pokud se jedná o instrumentační třídu nejvyšší úrovně (například instance nebo abstraktní třída bez základní třídy nebo událost odvozená z __ExtrinsicEvent).

public:
 InstrumentationClassAttribute(System::Management::Instrumentation::InstrumentationType instrumentationType);
public InstrumentationClassAttribute (System.Management.Instrumentation.InstrumentationType instrumentationType);
new System.Management.Instrumentation.InstrumentationClassAttribute : System.Management.Instrumentation.InstrumentationType -> System.Management.Instrumentation.InstrumentationClassAttribute
Public Sub New (instrumentationType As InstrumentationType)

Parametry

instrumentationType
InstrumentationType

Typ instrumentace poskytované touto třídou.

Poznámky

Zabezpečení rozhraní .NET Framework

Plná důvěra přímému volajícímu. Tento člen nemůže být použit částečně důvěryhodným kódem. Další informace najdete v tématu Použití knihoven z částečně důvěryhodného kódu.

Platí pro

InstrumentationClassAttribute(InstrumentationType, String)

Inicializuje novou instanci InstrumentationClassAttribute třídy, která má schéma pro existující základní třídu. Třída musí obsahovat správné definice členů pro vlastnosti existující základní třídy služby WMI.

public:
 InstrumentationClassAttribute(System::Management::Instrumentation::InstrumentationType instrumentationType, System::String ^ managedBaseClassName);
public InstrumentationClassAttribute (System.Management.Instrumentation.InstrumentationType instrumentationType, string managedBaseClassName);
new System.Management.Instrumentation.InstrumentationClassAttribute : System.Management.Instrumentation.InstrumentationType * string -> System.Management.Instrumentation.InstrumentationClassAttribute
Public Sub New (instrumentationType As InstrumentationType, managedBaseClassName As String)

Parametry

instrumentationType
InstrumentationType

Typ instrumentace poskytované touto třídou.

managedBaseClassName
String

Název základní třídy.

Poznámky

Zabezpečení rozhraní .NET Framework

Plná důvěra přímému volajícímu. Tento člen nemůže být použit částečně důvěryhodným kódem. Další informace najdete v tématu Použití knihoven z částečně důvěryhodného kódu.

Platí pro