public PerformanceCounter? FindCounter( string counterName )
Public Function FindCounter ( counterName As String ) As PerformanceCounter
public: PerformanceCounter^ FindCounter( String^ counterName )
function FindCounter(counterName);
In This Article