August 2003
Intermediate to advanced
928 pages
32h 1m
English
CounterCreationData
This class is used to specify a type, name, and help string for a custom counter.
public class CounterCreationData { // Public Constructors public CounterCreationData( ); public CounterCreationData(stringcounterName, stringcounterHelp, PerformanceCounterTypecounterType); // Public Instance Properties public string CounterHelp{set; get; } public string CounterName{set; get; } public PerformanceCounterType CounterType{set; get; } }
CounterCreationDataCollection.this
CounterCreationDataCollection.{Add( ),
AddRange( ), Contains( ),
CopyTo( ), CounterCreationDataCollection( ), IndexOf( ), Insert( ), Remove( ), this}