public PerformanceCounter[] FindCounters(
string counterName
)
Public Function FindCounters (
counterName As String
) As PerformanceCounter()
public:
array<PerformanceCounter^>^ FindCounters(
String^ counterName
)
function FindCounters(counterName);