August 2003
Intermediate to advanced
928 pages
32h 1m
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 InstanceData(stringinstanceName, CounterSamplesample); // Public Instance Properties public string InstanceName{get; } public long RawValue{get; } public CounterSample Sample{get; } }
InstanceDataCollection.this
InstanceDataCollection.CopyTo( )