RegistryKey.OpenSubKey Method
.NET Framework 4.5
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Retrieves the specified subkey.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
OpenSubKey(String) | Retrieves a subkey as read-only. |
|
OpenSubKey(String, RegistryKeyPermissionCheck) | Retrieves the specified subkey for read or read/write access. |
|
OpenSubKey(String, Boolean) | Retrieves a specified subkey, and specifies whether write access is to be applied to the key. |
|
OpenSubKey(String, RegistryKeyPermissionCheck, RegistryRights) | Retrieves the specified subkey for read or read/write access, requesting the specified access rights. |