CreateSubKey Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
Microsoft.Win32 Namespace
RegistryKey Class
RegistryKey Methods
CreateSubKey Method
CreateSubKey Method (String)
CreateSubKey Method (String, R ...
CreateSubKey Method (String, R ...
RegistryKey Methods
Close Method
CreateSubKey Method
DeleteSubKey Method
DeleteSubKeyTree Method
DeleteValue Method
Flush Method
GetAccessControl Method
GetSubKeyNames Method
GetValue Method
GetValueKind Method
GetValueNames Method
IDisposable.Dispose Method
MemberwiseClone Method
OpenRemoteBaseKey Method
OpenSubKey Method
SetAccessControl Method
SetValue Method
ToString Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
RegistryKey
.
.
::
.
CreateSubKey Method
Creates a new subkey or opens an existing subkey.
Overload List
Name
Description
CreateSubKey(String)
Creates a new subkey or opens an existing subkey for write access. The string
subkey
is not case-sensitive.
CreateSubKey(String, RegistryKeyPermissionCheck)
Creates a new subkey or opens an existing subkey for write access, using the specified permission check option. The string
subkey
is not case-sensitive.
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. The string
subkey
is not case-sensitive.
Top
See Also
Reference
RegistryKey Class
RegistryKey Members
Microsoft.Win32 Namespace
Tags :