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