InstrumentationClassAttribute クラス
アセンブリ: System.Management (system.management.dll 内)

<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Struct)> _ Public Class InstrumentationClassAttribute Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct)] public class InstrumentationClassAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Struct)] public ref class InstrumentationClassAttribute : public Attribute

System.Attribute
System.Management.Instrumentation.InstrumentationClassAttribute


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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


InstrumentationClassAttribute コンストラクタ (InstrumentationType, String)
アセンブリ: System.Management (system.management.dll 内)

Dim instrumentationType As InstrumentationType Dim managedBaseClassName As String Dim instance As New InstrumentationClassAttribute(instrumentationType, managedBaseClassName)
public InstrumentationClassAttribute ( InstrumentationType instrumentationType, string managedBaseClassName )
public: InstrumentationClassAttribute ( InstrumentationType instrumentationType, String^ managedBaseClassName )
public InstrumentationClassAttribute ( InstrumentationType instrumentationType, String managedBaseClassName )
public function InstrumentationClassAttribute ( instrumentationType : InstrumentationType, managedBaseClassName : String )
- managedBaseClassName
基本クラスの名前。


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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


InstrumentationClassAttribute コンストラクタ (InstrumentationType)
アセンブリ: System.Management (system.management.dll 内)

Dim instrumentationType As InstrumentationType Dim instance As New InstrumentationClassAttribute(instrumentationType)


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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


InstrumentationClassAttribute コンストラクタ

名前 | 説明 |
---|---|
InstrumentationClassAttribute (InstrumentationType) | この型が InstrumentationClassAttribute 属性を持つ別の型から派生しているか、最上位のインストルメンテーション クラス (基本クラスのないインスタンスまたは抽象クラス、__ExtrinsicEvent から派生したイベントなど) である場合に使用する InstrumentationClassAttribute クラスの新しいインスタンスを初期化します。 |
InstrumentationClassAttribute (InstrumentationType, String) | 既存の基本クラスのスキーマを持つ InstrumentationClassAttribute クラスの新しいインスタンスを初期化します。そのクラスは、既存の WMI (Windows Management Instrumentation) 基本クラスのプロパティについて、適切なメンバ定義を格納する必要があります。 |

InstrumentationClassAttribute プロパティ

名前 | 説明 | |
---|---|---|
![]() | InstrumentationType | このクラスが提供する実装の種類を取得または設定します。 |
![]() | ManagedBaseClassName | 実装クラスの基本クラスの名前を取得または設定します。 |
![]() | TypeId | 派生クラスに実装されている場合は、この Attribute の一意の識別子を取得します。 ( Attribute から継承されます。) |

InstrumentationClassAttribute メソッド

名前 | 説明 | |
---|---|---|
![]() | Equals | オーバーロードされます。 ( Attribute から継承されます。) |
![]() | GetCustomAttribute | オーバーロードされます。 アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用された指定した型のカスタム属性を取得します。 ( Attribute から継承されます。) |
![]() | GetCustomAttributes | オーバーロードされます。 アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用されたカスタム属性の配列を取得します。 ( Attribute から継承されます。) |
![]() | GetHashCode | このインスタンスのハッシュ コードを返します。 ( Attribute から継承されます。) |
![]() | GetType | 現在のインスタンスの Type を取得します。 ( Object から継承されます。) |
![]() | IsDefaultAttribute | 派生クラス内でオーバーライドされたときに、このインスタンスの値が派生クラスの既定値かどうかを示します。 ( Attribute から継承されます。) |
![]() | IsDefined | オーバーロードされます。 指定した型のカスタム属性が、アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用されているかどうかを判断します。 ( Attribute から継承されます。) |
![]() | Match | 派生クラス内でオーバーライドされたときに、指定したオブジェクトとこのインスタンスが等しいかどうかを示す値を返します。 ( Attribute から継承されます。) |
![]() | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 ( Object から継承されます。) |
![]() | ToString | 現在の Object を表す String を返します。 ( Object から継承されます。) |

名前 | 説明 | |
---|---|---|
![]() | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 ( Object から継承されます。) |
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 ( Object から継承されます。) |

InstrumentationClassAttribute メンバ
クラスがイベントまたはインスタンスの実装を提供することを指定します。
InstrumentationClassAttribute データ型で公開されるメンバを以下の表に示します。


名前 | 説明 | |
---|---|---|
![]() | InstrumentationType | このクラスが提供する実装の種類を取得または設定します。 |
![]() | ManagedBaseClassName | 実装クラスの基本クラスの名前を取得または設定します。 |
![]() | TypeId | 派生クラスに実装されている場合は、この Attribute の一意の識別子を取得します。(Attribute から継承されます。) |

名前 | 説明 | |
---|---|---|
![]() | Equals | オーバーロードされます。 ( Attribute から継承されます。) |
![]() | GetCustomAttribute | オーバーロードされます。 アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用された指定した型のカスタム属性を取得します。 (Attribute から継承されます。) |
![]() | GetCustomAttributes | オーバーロードされます。 アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用されたカスタム属性の配列を取得します。 (Attribute から継承されます。) |
![]() | GetHashCode | このインスタンスのハッシュ コードを返します。 (Attribute から継承されます。) |
![]() | GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) |
![]() | IsDefaultAttribute | 派生クラス内でオーバーライドされたときに、このインスタンスの値が派生クラスの既定値かどうかを示します。 (Attribute から継承されます。) |
![]() | IsDefined | オーバーロードされます。 指定した型のカスタム属性が、アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用されているかどうかを判断します。 (Attribute から継承されます。) |
![]() | Match | 派生クラス内でオーバーライドされたときに、指定したオブジェクトとこのインスタンスが等しいかどうかを示す値を返します。 (Attribute から継承されます。) |
![]() | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 (Object から継承されます。) |
![]() | ToString | 現在の Object を表す String を返します。 (Object から継承されます。) |

名前 | 説明 | |
---|---|---|
![]() | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。) |
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Object から継承されます。) |

- InstrumentationClassAttributeのページへのリンク