Свойство | Тип | Описание | |
---|---|---|---|
_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 |