54 references to RegistryHive
mscorlib (4)
microsoft\win32\registrykey.cs (3)
648
public static RegistryKey OpenBaseKey(
RegistryHive
hKey, RegistryView view) {
674
public static RegistryKey OpenRemoteBaseKey(
RegistryHive
hKey, String machineName) {
682
public static RegistryKey OpenRemoteBaseKey(
RegistryHive
hKey, String machineName, RegistryView view) {
system\AppContext\AppContextDefaultValues.DesktopOverrides.cs (1)
133
using (SafeRegistryHandle hklm = new SafeRegistryHandle((IntPtr)
RegistryHive
.LocalMachine, true))
System (7)
services\monitoring\system\diagnosticts\EventLog.cs (2)
448
baseKey = RegistryKey.OpenRemoteBaseKey(
RegistryHive
.LocalMachine, machineName);
1059
lmkey = RegistryKey.OpenRemoteBaseKey(
RegistryHive
.LocalMachine, machine);
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
1138
lmkey = RegistryKey.OpenRemoteBaseKey(
RegistryHive
.LocalMachine, machine);
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (3)
631
baseKey = RegistryKey.OpenRemoteBaseKey(
RegistryHive
.LocalMachine, "\\\\" + this.machineName);
966
libraryKey = RegistryKey.OpenRemoteBaseKey(
RegistryHive
.PerformanceData, this.machineName);
1193
perfDataKey = RegistryKey.OpenRemoteBaseKey(
RegistryHive
.PerformanceData, machineName);
services\monitoring\system\diagnosticts\SharedUtils.cs (1)
239
baseKey = RegistryKey.OpenRemoteBaseKey(
RegistryHive
.LocalMachine, machineName);
WsatConfig (17)
Configuration\CertificateManager.cs (2)
27
RegistryExceptionHelper registryExceptionHelper = new RegistryExceptionHelper(machineName,
RegistryHive
.LocalMachine, certificateStore);
31
SafeRegistryKey hive = new SafeRegistryKey(new IntPtr((int)Microsoft.Win32.
RegistryHive
.LocalMachine), false);
Configuration\QfeChecker.cs (1)
64
using (SafeRegistryKey hive = new SafeRegistryKey(new IntPtr((int)Microsoft.Win32.
RegistryHive
.LocalMachine), false))
Configuration\RegistryConfigurationProvider.cs (1)
17
internal RegistryConfigurationProvider(
RegistryHive
remoteHive, string subKey, string machineName)
Configuration\RegistryExceptionHelper.cs (5)
20
public RegistryExceptionHelper(string machineName,
RegistryHive
registryHive, string registryKeyRelativeToHive)
36
static string GetRegistryKeyBase(string machineName,
RegistryHive
registryHive)
41
case
RegistryHive
.ClassesRoot:
44
case
RegistryHive
.CurrentUser:
47
case
RegistryHive
.LocalMachine:
Configuration\RemoteHelper.cs (2)
145
RegistryConfigurationProvider reg = new RegistryConfigurationProvider(Microsoft.Win32.
RegistryHive
.LocalMachine,
155
RegistryConfigurationProvider reg2 = new RegistryConfigurationProvider(Microsoft.Win32.
RegistryHive
.LocalMachine,
Configuration\StdRegProviderWrapper.cs (4)
59
public StdRegProviderWrapper(
RegistryHive
registryHive, string subKey, string machineName)
63
case
RegistryHive
.ClassesRoot:
66
case
RegistryHive
.CurrentUser:
69
case
RegistryHive
.LocalMachine:
Configuration\WsatConfiguration.cs (2)
291
this.msdtcConfigProvider = new RegistryConfigurationProvider(
RegistryHive
.LocalMachine, WsatKeys.MsdtcRegKey, MachineName);
292
this.wsatConfigProvider = new RegistryConfigurationProvider(
RegistryHive
.LocalMachine, WsatKeys.WsatRegKey, MachineName);
WsatUI (26)
Configuration\CertificateManager.cs (3)
27
RegistryExceptionHelper registryExceptionHelper = new RegistryExceptionHelper(machineName,
RegistryHive
.LocalMachine, certificateStore);
31
SafeRegistryKey hive = new SafeRegistryKey(new IntPtr((int)Microsoft.Win32.
RegistryHive
.LocalMachine), false);
79
new SafeRegistryKey(new IntPtr((int)Microsoft.Win32.
RegistryHive
.LocalMachine), false),
Configuration\ETWWsatTraceSession.cs (3)
121
RegistryConfigurationProvider wsatTraceProvider = new RegistryConfigurationProvider(
RegistryHive
.LocalMachine, WsatKeys.WsatRegKey, null);
132
RegistryConfigurationProvider wsatTraceProvider = new RegistryConfigurationProvider(
RegistryHive
.LocalMachine, WsatKeys.WsatRegKey, null);
144
RegistryConfigurationProvider wsatTraceProvider = new RegistryConfigurationProvider(
RegistryHive
.LocalMachine, WsatKeys.WsatRegKey, null);
Configuration\QfeChecker.cs (1)
64
using (SafeRegistryKey hive = new SafeRegistryKey(new IntPtr((int)Microsoft.Win32.
RegistryHive
.LocalMachine), false))
Configuration\RegistryConfigurationProvider.cs (1)
17
internal RegistryConfigurationProvider(
RegistryHive
remoteHive, string subKey, string machineName)
Configuration\RegistryExceptionHelper.cs (5)
20
public RegistryExceptionHelper(string machineName,
RegistryHive
registryHive, string registryKeyRelativeToHive)
36
static string GetRegistryKeyBase(string machineName,
RegistryHive
registryHive)
41
case
RegistryHive
.ClassesRoot:
44
case
RegistryHive
.CurrentUser:
47
case
RegistryHive
.LocalMachine:
Configuration\RegistryHelper.cs (2)
36
RegistryExceptionHelper registryExceptionHelper = new RegistryExceptionHelper(string.Empty,
RegistryHive
.LocalMachine, key);
82
RegistryExceptionHelper registryExceptionHelper = new RegistryExceptionHelper(string.Empty,
RegistryHive
.LocalMachine, key);
Configuration\RemoteHelper.cs (2)
145
RegistryConfigurationProvider reg = new RegistryConfigurationProvider(Microsoft.Win32.
RegistryHive
.LocalMachine,
155
RegistryConfigurationProvider reg2 = new RegistryConfigurationProvider(Microsoft.Win32.
RegistryHive
.LocalMachine,
Configuration\StdRegProviderWrapper.cs (4)
59
public StdRegProviderWrapper(
RegistryHive
registryHive, string subKey, string machineName)
63
case
RegistryHive
.ClassesRoot:
66
case
RegistryHive
.CurrentUser:
69
case
RegistryHive
.LocalMachine:
Configuration\WsatConfiguration.cs (2)
291
this.msdtcConfigProvider = new RegistryConfigurationProvider(
RegistryHive
.LocalMachine, WsatKeys.MsdtcRegKey, MachineName);
292
this.wsatConfigProvider = new RegistryConfigurationProvider(
RegistryHive
.LocalMachine, WsatKeys.WsatRegKey, MachineName);
MMCUI\WSATPropertySheet.cs (3)
411
RegistryConfigurationProvider provider = new RegistryConfigurationProvider(
RegistryHive
.LocalMachine, WsatKeys.WSATRegisterSnapinWsatPropertySheetKey, null);
419
provider = new RegistryConfigurationProvider(
RegistryHive
.LocalMachine, WsatKeys.WSATRegisterNodeTypesCompServCompNodeKey, null);
427
provider = new RegistryConfigurationProvider(
RegistryHive
.LocalMachine, WsatKeys.WsatRegKey, null);