CounterCreationData Constructor
.NET Framework 3.5
Initializes a new instance of the CounterCreationData class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CounterCreationData() | Initializes a new instance of the CounterCreationData class, to a counter of type NumberOfItems32, and with empty name and help strings. |
|
CounterCreationData(String, String, PerformanceCounterType) | Initializes a new instance of the CounterCreationData class, to a counter of the specified type, using the specified counter name and Help strings. |