Click or drag to resize

PerformanceMonitorFindCounters Method (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 counterName
)
Request Example View Source

Parameters

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

Return Value

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