RegistryKey::OpenBaseKey Method (RegistryHive, RegistryView)
.NET Framework (current version)
Opens a new RegistryKey that represents the requested key on the local machine with the specified view.
Assembly: mscorlib (in mscorlib.dll)
public: [ComVisibleAttribute(false)] static RegistryKey^ OpenBaseKey( RegistryHive hKey, RegistryView view )
Parameters
- hKey
-
Type:
Microsoft.Win32::RegistryHive
The HKEY to open.
- view
-
Type:
Microsoft.Win32::RegistryView
The registry view to use.
| Exception | Condition |
|---|---|
| ArgumentException | hKey or view is invalid. |
| UnauthorizedAccessException | The user does not have the necessary registry rights. |
| SecurityException | The user does not have the permissions required to perform this action. |
.NET Framework
Available since 4.0
Available since 4.0
Show: