Click or drag to resize

PerformanceMonitorFindCounters Method (String, String)

Returns PerformanceCounter array matching the specified counter name.

Namespace:  GSF.Diagnostics
Assembly:  GSF.Core (in GSF.Core.dll) Version: 2.3.436-beta
Syntax
public PerformanceCounter[] FindCounters(
	string categoryName,
	string counterName
)
Request Example View Source

Parameters

categoryName
Type: SystemString
Category of the PerformanceCounter to be retrieved.
counterName
Type: SystemString
Name of the PerformanceCounter to be retrieved.

Return Value

Type: PerformanceCounter
A PerformanceCounter array of found matches, if any.
See Also