Method | Description | |
---|---|---|
GetCounterNames ( ) : string[] |
제공하는 PerformanceCounter 들의 CountName을 반환합니다.
|
Method | Description | |
---|---|---|
CreatePerformanceCounter ( string counterName ) : |
지정된 이름의 Counter를 생성합니다.
|
|
PerformanceCounterProviderBase ( string categoryName ) : System |
생성자
|
Method | Description | |
---|---|---|
RegistPerformanceCounter ( IPerformanceCounterProvider provider ) : void |
제공하는 PerformanceCounter를 등록합니다.
|
protected CreatePerformanceCounter ( string counterName ) : |
||
counterName | string | |
return |
protected PerformanceCounterProviderBase ( string categoryName ) : System | ||
categoryName | string | |
return | System |