3 references to CounterType
System (3)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (1)
1537
this.CounterType = perfCounter.
CounterType
;
services\monitoring\system\diagnosticts\ProcessManager.cs (2)
893
long value = ReadCounterValue(counter.
CounterType
, (IntPtr)((long)instancePtr + counter.CounterOffset));
952
long value = ReadCounterValue(counter.
CounterType
, (IntPtr)((long)instancePtr + counter.CounterOffset));