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