Hi
I have created a PerformanceCounterCategory like below
var category = PerformanceCounterCategory.Create("MyCat", "Cat Help", PerformanceCounterCategoryType.SingleInstance, "MyCounter", "Counter Help);
Now i would like to add a new counter to the category to monitor another item but i can't find the api call to do it.
Any Ideas?