Returns true if the counter is registered for this category on the current machine.
[Visual Basic] Overloads Public Shared Function Exists( _ ByVal categoryName As String, _ ByVal counterName As String _ ) As Boolean [C#] public static bool Exists( string categoryName, string counterName ); [C++] public: static bool Exists( String* categoryName, String* counterName ); [JScript] public static function Exists( categoryName : String, counterName : String ) : Boolean;
PerformanceCounter Class | PerformanceCounter Members | System.Diagnostics Namespace | PerformanceCounter.Exists Overload List