PerformanceCounterInstaller.Counters 屬性

定義

取得要安裝計數器的相關資料集合。

public:
 property System::Diagnostics::CounterCreationDataCollection ^ Counters { System::Diagnostics::CounterCreationDataCollection ^ get(); };
public System.Diagnostics.CounterCreationDataCollection Counters { get; }
member this.Counters : System.Diagnostics.CounterCreationDataCollection
Public ReadOnly Property Counters As CounterCreationDataCollection

屬性值

CounterCreationDataCollection,包含要安裝的計數器名稱、說明訊息和型別。

適用於