Returns true if the counter is registered for this category
[Visual Basic] Public Function CounterExists( _ ByVal counterName As String _ ) As Boolean [C#] public bool CounterExists( string counterName ); [C++] public: bool CounterExists( String* counterName ); [JScript] public function CounterExists( counterName : String ) : Boolean;
true if the counter is registered, false otherwise
PerformanceCounterCategory Class | PerformanceCounterCategory Members | System.Diagnostics Namespace