RegistryKey::CreateSubKey Method
Creates a new subkey or opens an existing subkey.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | CreateSubKey(String^) | Creates a new subkey or opens an existing subkey for write access. |
![]() | CreateSubKey(String^, Boolean) | Creates a new subkey or opens an existing subkey with the specified access. Available starting in .NET Framework 4.6 |
![]() | CreateSubKey(String^, Boolean, RegistryOptions) | Creates a new subkey or opens an existing subkey with the specified access. Available starting in .NET Framework 4.6 |
![]() | CreateSubKey(String^, RegistryKeyPermissionCheck) | Creates a new subkey or opens an existing subkey for write access, using the specified permission check option. |
![]() | CreateSubKey(String^, RegistryKeyPermissionCheck, RegistryOptions) | Creates a subkey or opens a subkey for write access, using the specified permission check and registry options. |
![]() | CreateSubKey(String^, RegistryKeyPermissionCheck, RegistryOptions, RegistrySecurity^) | Creates a subkey or opens a subkey for write access, using the specified permission check option, registry option, and registry security. |
![]() | CreateSubKey(String^, RegistryKeyPermissionCheck, RegistrySecurity^) | Creates a new subkey or opens an existing subkey for write access, using the specified permission check option and registry security. |
