Méthode | Description | |
---|---|---|
DeleteKey ( string KeyName ) : bool |
To delete a registry key. input: KeyName (string) output: true or false
|
|
DeleteSubKeyTree ( ) : bool |
To delete a sub key and any child. input: void output: true or false
|
|
Read ( string KeyName ) : string |
To read a registry key. input: KeyName (string) output: value (string)
|
|
SubKeyCount ( ) : int |
Retrive the count of subkeys at the current key. input: void output: number of subkeys
|
|
ValueCount ( ) : int |
Retrive the count of values in the key. input: void output: number of keys
|
|
Write ( string KeyName, object Value ) : bool |
To write into a registry key. input: KeyName (string) , Value (object) output: true or false
|
Méthode | Description | |
---|---|---|
ShowErrorMessage ( |
public Write ( string KeyName, object Value ) : bool | ||
KeyName | string | |
Value | object | |
Résultat | bool |