4 references to ServicePath
System (4)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (3)
461
serviceParentKey = Registry.LocalMachine.OpenSubKey(
ServicePath
, true);
556
serviceKey = Registry.LocalMachine.OpenSubKey(
ServicePath
, true);
626
string keyPath =
ServicePath
+ "\\" + category + "\\Performance";
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (1)
616
categoryKey = Registry.LocalMachine.OpenSubKey(PerformanceCounterLib.
ServicePath
+ "\\" + categoryName + "\\Performance");