[To be supplied.]
Removes the counter (category) from the system
[Visual Basic] Overloads Public Shared Sub DeleteCategory(String)
[C#] public static void DeleteCategory(String);
[C++] public: static void DeleteCategory(String*);
[JScript] public static function DeleteCategory(String);
Removes the counter (category) from the system
[Visual Basic] Overloads Public Shared Sub DeleteCategory(String, String)
[C#] public static void DeleteCategory(String, String);
[C++] public: static void DeleteCategory(String*, String*);
[JScript] public static function DeleteCategory(String, String);
PerformanceCounter Class | PerformanceCounter Members | System.Diagnostics Namespace