PerformanceCounter
PerformanceCounter
Retrieves the specified performance counter's value.
Properties
CounterObject
Type: System.String
Specifies the name of the performance counter object. Defaults to 'Processor'.
CounterCounter
Type: System.String
Specifies the name of the performance counter. Defaults to '% Processor Time'.
CounterInstance
Type: System.String
Specifies the counter instance. Defaults to '_Total'.
DoubleOutput
Type: System.Double
Contains the value of the specified performance counter. This is a read-only output parameter.
Add Comment