Property | Type | Description | |
---|---|---|---|
_counterHelp | string | ||
_counterName | string |
Method | Description | |
---|---|---|
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 | |
return | 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 | |
return | System |