[To be supplied.]
Returns true if the counter is registered for this category on the current 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;
Returns true if the counter is registered for this category on a particular machine.
[Visual Basic] Overloads Public Shared Function Exists(String, String, String) As Boolean
[C#] public static bool Exists(String, String, String);
[C++] public: static bool Exists(String*, String*, String*);
[JScript] public static function Exists(String, String, String) : Boolean;
PerformanceCounter Class | PerformanceCounter Members | System.Diagnostics Namespace