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 值。

屬性

例外狀況

備註

屬性 CategoryType 會指定性能計數器類別是否可以有多個實例。

適用於