NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PerformanceCounter.Exists

[To be supplied.]

Overload List

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;

See Also

PerformanceCounter Class | PerformanceCounter Members | System.Diagnostics Namespace