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