PerformanceCounterCategory.Create Method
.NET Framework 4.5
Registers a custom performance counter category and one or more counters with the system.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Create(String, String, CounterCreationDataCollection) | Obsolete. Registers the custom performance counter category containing the specified counters on the local computer. |
|
Create(String, String, PerformanceCounterCategoryType, CounterCreationDataCollection) | Registers the custom performance counter category containing the specified counters on the local computer. |
|
Create(String, String, String, String) | Obsolete. Registers a custom performance counter category containing a single counter of type NumberOfItems32 on the local computer. |
|
Create(String, String, PerformanceCounterCategoryType, String, String) | Registers the custom performance counter category containing a single counter of type NumberOfItems32 on the local computer. |