Method | Description | |
---|---|---|
CategoryExists ( string category ) : bool |
Returns
|
|
CleanName ( string name ) : string | ||
Initialize ( this counter ) : |
Initializes the specified counter by calling its PerformanceCounter.NextValue method.
|
|
InitializeCounters ( ) : void |
Initializes the counters.
|
public static CategoryExists ( string category ) : bool | ||
category | string | |
return | bool |
public static CleanName ( string name ) : string | ||
name | string | |
return | string |
public static Initialize ( this counter ) : |
||
counter | this | The counter. |
return |