PerformanceCounterInstaller.CategoryType プロパティ

定義

パフォーマンス カウンターのカテゴリ タイプを取得または設定します。

public:
 property System::Diagnostics::PerformanceCounterCategoryType CategoryType { System::Diagnostics::PerformanceCounterCategoryType get(); void set(System::Diagnostics::PerformanceCounterCategoryType value); };
[System.Runtime.InteropServices.ComVisible(false)]
public System.Diagnostics.PerformanceCounterCategoryType CategoryType { get; set; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.CategoryType : System.Diagnostics.PerformanceCounterCategoryType with get, set
Public Property CategoryType As PerformanceCounterCategoryType

プロパティ値

PerformanceCounterCategoryType 値のいずれか 1 つ。

属性

例外

注釈

プロパティは CategoryType 、パフォーマンス カウンター カテゴリに複数のインスタンスを含めることができるかどうかを指定します。

適用対象