The members of System.Diagnostics.CounterCreationData are listed below.
See Also: Inherited members from System.Object
![]() 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. |
CounterHelp | string.
![]() Gets or sets the custom counter's description. | |
CounterName | string.
![]() Gets or sets the name of the custom counter. | |
CounterType | PerformanceCounterType.
![]() Gets or sets the performance counter type of the custom counter. |