메소드 |
설명 |
|
Close ( RegistryKey rkey ) : void |
|
|
CreateSubKey ( RegistryKey rkey, string keyname ) : RegistryKey |
|
|
CreateSubKey ( RegistryKey rkey, string keyname, RegistryOptions options ) : RegistryKey |
|
|
DeleteKey ( RegistryKey rkey, string keyname, bool throw_if_missing ) : void |
|
|
DeleteValue ( RegistryKey rkey, string name, bool throw_if_missing ) : void |
|
|
Flush ( RegistryKey rkey ) : void |
|
|
FromHandle ( SafeRegistryHandle handle ) : RegistryKey |
|
|
GetHandle ( RegistryKey key ) : IntPtr |
|
|
GetSubKeyNames ( RegistryKey rkey ) : string[] |
|
|
GetValue ( RegistryKey rkey, string name, object default_value, RegistryValueOptions options ) : object |
|
|
GetValueKind ( RegistryKey rkey, string name ) : RegistryValueKind |
|
|
GetValueNames ( RegistryKey rkey ) : string[] |
|
|
OpenRemoteBaseKey ( RegistryHive hKey, string machineName ) : RegistryKey |
|
|
OpenSubKey ( RegistryKey rkey, string keyname, bool writable ) : RegistryKey |
|
|
SetValue ( RegistryKey rkey, string name, object value ) : void |
|
|
SetValue ( RegistryKey rkey, string name, object value, RegistryValueKind valueKind ) : void |
|
|
SubKeyCount ( RegistryKey rkey ) : int |
|
|
ToString ( RegistryKey rkey ) : string |
|
|
ValueCount ( RegistryKey rkey ) : int |
|
|