InstrumentationClassAttribute コンストラクター

定義

InstrumentationClassAttribute クラスの新しいインスタンスを初期化します。

オーバーロード

InstrumentationClassAttribute(InstrumentationType)

この型が 属性を持つInstrumentationClassAttribute別のInstrumentationClassAttribute型から派生している場合、またはこれが最上位のインストルメンテーション クラス (基底クラスのないインスタンスまたは抽象クラス、__ExtrinsicEventから派生したイベントなど) である場合に使用される、 クラスの新しいインスタンスを初期化します。

InstrumentationClassAttribute(InstrumentationType, String)

既存の基本クラスのスキーマを持つ InstrumentationClassAttribute クラスの新しいインスタンスを初期化します。 そのクラスは、既存の WMI (Windows Management Instrumentation) 基本クラスのプロパティについて、適切なメンバー定義を格納する必要があります。

InstrumentationClassAttribute(InstrumentationType)

この型が 属性を持つInstrumentationClassAttribute別のInstrumentationClassAttribute型から派生している場合、またはこれが最上位のインストルメンテーション クラス (基底クラスのないインスタンスまたは抽象クラス、__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)

パラメーター

instrumentationType
InstrumentationType

このクラスが提供する実装の種類。

注釈

.NET Framework のセキュリティ

直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「 部分信頼コードからのライブラリの使用」を参照してください。

適用対象

InstrumentationClassAttribute(InstrumentationType, String)

既存の基本クラスのスキーマを持つ InstrumentationClassAttribute クラスの新しいインスタンスを初期化します。 そのクラスは、既存の WMI (Windows Management Instrumentation) 基本クラスのプロパティについて、適切なメンバー定義を格納する必要があります。

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)

パラメーター

instrumentationType
InstrumentationType

このクラスが提供する実装の種類。

managedBaseClassName
String

基本クラスの名前。

注釈

.NET Framework のセキュリティ

直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「 部分信頼コードからのライブラリの使用」を参照してください。

適用対象