3 references to ParentObjectInstance
System (3)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (3)
1393
if (parentInstanceNames != null && perfInstance.
ParentObjectInstance
>= 0 && perfInstance.
ParentObjectInstance
< parentInstanceNames.Length - 1)
1394
instanceName = parentInstanceNames[perfInstance.
ParentObjectInstance
] + "/" + Marshal.PtrToStringUni((IntPtr)((long)dataRef + perfInstance.NameOffset));