InstrumentationClassAttribute.InstrumentationType プロパティ

定義

このクラスによって提供されるインストルメンテーションの種類を取得または設定します。

public:
 property System::Management::Instrumentation::InstrumentationType InstrumentationType { System::Management::Instrumentation::InstrumentationType get(); };
public System.Management.Instrumentation.InstrumentationType InstrumentationType { get; }
member this.InstrumentationType : System.Management.Instrumentation.InstrumentationType
Public ReadOnly Property InstrumentationType As InstrumentationType

プロパティ値

このクラスによって提供されるインストルメンテーションの型を含む InstrumentationType 列挙値を返します。

注釈

プロパティ値

インストルメント化されたイベント、インスタンス、抽象クラスのどちらであるかを示す InstrumentationType 値を格納します。

.NET Framework のセキュリティ

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

適用対象