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
)
Public Shared Function GetAttributesFromObject (
cxt As IAppContext,
monitoredObject As Object
) As MonitoredObjectAttributes
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - monitoredObject
- Type: SystemObject
The object being monitored.
Return Value
Type:
MonitoredObjectAttributesThe attributes for the object.
See Also