public PerformanceCounter? FindCounter(
string categoryName,
string counterName
)Public Function FindCounter (
categoryName As String,
counterName As String
) As PerformanceCounterpublic:
PerformanceCounter^ FindCounter(
String^ categoryName,
String^ counterName
)function FindCounter(categoryName, counterName);