Méthode | Description | |
---|---|---|
CopyKey ( |
Copy a registry key. The parentKey must be writeable.
|
|
RenameSubKey ( |
Renames a subkey of the passed in registry key since the Framework totally forgot to include such a handy feature.
|
Méthode | Description | |
---|---|---|
RecurseCopyKey ( |
public static CopyKey ( |
||
parentKey | ||
keyNameToCopy | string | |
newKeyName | string | |
Résultat | bool |
public static RenameSubKey ( |
||
parentKey | ||
subKeyName | string | The name of the subkey that you want to rename /// |
newSubKeyName | string | The new name of the RegistryKey |
Résultat | bool |