System.Diagnostics.CounterCreationData Members

The members of System.Diagnostics.CounterCreationData are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Diagnostics.CounterCreationData class, to a counter of type NumberOfItems32, and with empty name and help strings.

Initializes a new instance of the System.Diagnostics.CounterCreationData class, to a counter of the specified type, using the specified counter name and Help strings.

Public Properties

CounterHelpstring.

Gets or sets the custom counter's description.

CounterNamestring.

Gets or sets the name of the custom counter.

CounterTypePerformanceCounterType.

Gets or sets the performance counter type of the custom counter.