Name

CounterCreationData

Synopsis

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(string counterName, string counterHelp, 
        PerformanceCounterType counterType);
// Public Instance Properties
   public string CounterHelp{set; get; }
   public string CounterName{set; get; }
   public PerformanceCounterType CounterType{set; get; }
}

Returned By

CounterCreationDataCollection.this

Passed To

CounterCreationDataCollection.{Add( ), AddRange( ), Contains( ), CopyTo( ), CounterCreationDataCollection( ), IndexOf( ), Insert( ), Remove( ), this}

Get C# in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.