Share via


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 指定性能计数器类别是否可以具有多个实例。

适用于