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 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; } 
}

Returned By

CounterCreationDataCollection.this

Passed To

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

Get C# in a Nutshell 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.