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