Click or drag to resize

PerfmonCounterCreatorGetCategoryCounters Method

Obtain a datatable of counters for a given object type

Namespace:  NetQuarry.Diagnostics
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public DataTable GetCategoryCounters(
	string objType,
	bool enabledOnly = false
)

Parameters

objType
Type: SystemString
The object type for the counter category
enabledOnly (Optional)
Type: SystemBoolean
Pull either all or just enabled counters

Return Value

Type: DataTable
Datatable of Perfmon Counters
See Also