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 입니다.

적용 대상