프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_counterHelp | string | ||
_counterName | string |
메소드 | 설명 | |
---|---|---|
AddCounterToCollection ( System.Diagnostics.CounterCreationDataCollection counterData ) : void | ||
STPPerformanceCounter ( string counterName, string counterHelp, PerformanceCounterType pcType ) | ||
STPPerformanceCounter ( string counterName, string counterHelp, PerformanceCounterType pcType ) : System |
public AddCounterToCollection ( System.Diagnostics.CounterCreationDataCollection counterData ) : void | ||
counterData | System.Diagnostics.CounterCreationDataCollection | |
리턴 | void |
public STPPerformanceCounter ( string counterName, string counterHelp, PerformanceCounterType pcType ) | ||
counterName | string | |
counterHelp | string | |
pcType | PerformanceCounterType |
public STPPerformanceCounter ( string counterName, string counterHelp, PerformanceCounterType pcType ) : System | ||
counterName | string | |
counterHelp | string | |
pcType | PerformanceCounterType | |
리턴 | System |