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

適用対象