6 private string instanceName;
27 this.instanceName = instanceName;
long RawValue
Gets the raw value of the counter.
InstanceData(string instanceName, CounterSample sample)
Initializes a new instance of the InstanceData class, using the specified sample and performance coun...
CounterSample Sample
Gets the performance counter sample that generated this data.
Holds instance data associated with a performance counter sample.
Defines a structure that holds the raw data for a performance counter.
long RawValue
Gets the raw data value associated with the performance counter sample.
string InstanceName
Gets the instance name associated with this instance data.