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