Метод | Описание | |
---|---|---|
Close ( |
||
CreateSubKey ( |
||
CreateSubKey ( |
||
DeleteKey ( |
||
DeleteValue ( |
||
Flush ( |
||
FromHandle ( |
||
GetHandle ( |
||
GetSubKeyNames ( |
||
GetValue ( |
||
GetValueKind ( |
||
GetValueNames ( |
||
OpenRemoteBaseKey ( RegistryHive hKey, string machineName ) : |
||
OpenSubKey ( |
||
SetValue ( |
||
SetValue ( |
||
SubKeyCount ( |
||
ToString ( |
||
ValueCount ( |
Метод | Описание | |
---|---|---|
CreateSubKey ( |
||
CreateSubKey ( |
||
IsWellKnownKey ( string parentKeyName, string keyname ) : bool | ||
ToUnix ( string keyname ) : string |
public CreateSubKey ( |
||
rkey | ||
keyname | string | |
Результат |
public CreateSubKey ( |
||
rkey | ||
keyname | string | |
options | RegistryOptions | |
Результат |
public DeleteKey ( |
||
rkey | ||
keyname | string | |
throw_if_missing | bool | |
Результат | void |
public DeleteValue ( |
||
rkey | ||
name | string | |
throw_if_missing | bool | |
Результат | void |
public FromHandle ( |
||
handle | ||
Результат |
public GetHandle ( |
||
key | ||
Результат |
public GetSubKeyNames ( |
||
rkey | ||
Результат | string[] |
public GetValue ( |
||
rkey | ||
name | string | |
default_value | object | |
options | RegistryValueOptions | |
Результат | object |
public GetValueKind ( |
||
rkey | ||
name | string | |
Результат | RegistryValueKind |
public GetValueNames ( |
||
rkey | ||
Результат | string[] |
public OpenRemoteBaseKey ( RegistryHive hKey, string machineName ) : |
||
hKey | RegistryHive | |
machineName | string | |
Результат |
public OpenSubKey ( |
||
rkey | ||
keyname | string | |
writable | bool | |
Результат |
public SetValue ( |
||
rkey | ||
name | string | |
value | object | |
Результат | void |
public SetValue ( |
||
rkey | ||
name | string | |
value | object | |
valueKind | RegistryValueKind | |
Результат | void |
public SubKeyCount ( |
||
rkey | ||
Результат | int |
public ToString ( |
||
rkey | ||
Результат | string |
public ValueCount ( |
||
rkey | ||
Результат | int |