Click or drag to resize

PerfmonObjectsGetItemName Method

Returns the name of the item. Then name of items in this collection is the MOP.

Namespace:  NetQuarry.Diagnostics
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public override string GetItemName(
	Object value
)

Parameters

value
Type: SystemObject
The object for which the base class needs the name.

Return Value

Type: String
The name of the object
See Also