Click or drag to resize

PerfmonHelperGetAttributesFromObject Method

Gets the attributes for a monitored object based on the object itself.

Namespace:  NetQuarry.Diagnostics
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static MonitoredObjectAttributes GetAttributesFromObject(
	IAppContext cxt,
	Object monitoredObject
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
monitoredObject
Type: SystemObject
The object being monitored.

Return Value

Type: MonitoredObjectAttributes
The attributes for the object.
See Also