March 2002
Intermediate to advanced
864 pages
31h 8m
English
InstanceData
This type represents the instance data for a performance counter
sample. InstanceName returns the
InstanceData’s name.
RawValue returns the sample’s raw
data. Sample returns the
CounterSample responsible for the data.
public class InstanceData { // Public Constructors public method InstanceData(string instanceName, CounterSample sample); // Public Instance Properties public field string InstanceName{get; } public field long RawValue{get; } public field CounterSample Sample{get; } }
InstanceDataCollection.this
InstanceDataCollection.CopyTo()