March 2002
Intermediate to advanced
864 pages
31h 8m
English
CounterCreationData
This class is used to specify a type, name, and help string for a custom counter.
public class CounterCreationData { // Public Constructors public method CounterCreationData(); public method CounterCreationData(string counterName, string counterHelp, PerformanceCounterType counterType); // Public Instance Properties public field string CounterHelp{set; get; } public field string CounterName{set; get; } public field PerformanceCounterType CounterType{set; get; } }
CounterCreationDataCollection.this
CounterCreationDataCollection.{Add(), AddRange(), Contains(), CopyTo(), CounterCreationDataCollection(), IndexOf(), Insert(), Remove(), this}