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