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