2 instantiations of PerformanceDataRegistryKey
System.Diagnostics.PerformanceCounter (2)
System\Diagnostics\PerformanceDataRegistryKey.cs (2)
30
return new
PerformanceDataRegistryKey
(foreignHKey);
53
return new
PerformanceDataRegistryKey
(key);
6 references to PerformanceDataRegistryKey
System.Diagnostics.PerformanceCounter (6)
System\Diagnostics\PerformanceCounterLib.cs (4)
1246
private
PerformanceDataRegistryKey
perfDataKey;
1261
perfDataKey =
PerformanceDataRegistryKey
.OpenRemoteBaseKey(machineName);
1264
perfDataKey =
PerformanceDataRegistryKey
.OpenLocal();
1349
PerformanceDataRegistryKey
.ReleaseData(data);
System\Diagnostics\PerformanceDataRegistryKey.cs (2)
24
public static
PerformanceDataRegistryKey
OpenRemoteBaseKey(string machineName)
50
public static
PerformanceDataRegistryKey
OpenLocal()