[To be supplied.]
Returns true if the category is registered on the current machine.
[Visual Basic] Overloads Public Shared Function Exists(String) As Boolean
[C#] public static bool Exists(String);
[C++] public: static bool Exists(String*);
[JScript] public static function Exists(String) : Boolean;
Returns true if the category is registered in the machine.
[Visual Basic] Overloads Public Shared Function Exists(String, String) As Boolean
[C#] public static bool Exists(String, String);
[C++] public: static bool Exists(String*, String*);
[JScript] public static function Exists(String, String) : Boolean;
PerformanceCounterCategory Class | PerformanceCounterCategory Members | System.Diagnostics Namespace