Name | Description | |
---|---|---|
RegistryReaderWriter Constructor | Overloaded. |
The following tables list the members exposed by RegistryReaderWriter.
Name | Description | |
---|---|---|
RegistryReaderWriter Constructor | Overloaded. |
Name | Description | |
---|---|---|
DefaultBaseLocation | The Default Base Location. Defaults to RegistryLocation.CurrentUser | |
DefaultSubKey | The Sub Key to Read or Write to. Defaults to SOFTWARE\NamespaceWord1\NamespaceWord2 |
Name | Description | |
---|---|---|
Delete | Overloaded. Delete a registry key in the DefaultBaseLocation for the DefaultSubKey. Requires local admin rights, even in the CurrentUser location. | |
DeleteSubKeyTree | Overloaded. Delete the sub tree for the DefaultBaseLocation and DefaultSubKey. Requires local admin rights, even in the CurrentUser location. | |
GetRegistryItem | Get a registry item and all associated sub items and values | |
GetSubKeyNames | Get a list of sub keys for a key | |
GetValueNames | Gets the value names for a key | |
Read | Overloaded. Read from the registry using the DefaultBaseLocation and the DefaultSubKey | |
Write | Overloaded. Write to the registry using the DefaultBaseLocation and DefaultSubKey |