RegKeyEntry Methods | regdiff Code Documentation |
The RegKeyEntry type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
AskToAddKey |
When creating a diff/merge file, asks the key to create a subkey based on an existing key
| |
AskToAddValue |
When creating a diff/merge file, asks the key to add a value based on an existing value
| |
AskToRemoveKey |
When creating a diff/merge file, asks the key to remove a subkey based on an existing key
| |
AskToRemoveValue |
When creating a diff/merge file, asks the key to remove a value based on an existing value
| |
FindOrCreateKey |
Find or create a subkey relative to this one
| |
FindOrCreateValue |
Find or create a named registry value
| |
ToString |
Create a string description of this instance
(Overrides Object ToString .) | |
WriteRegFileFormat |
Write the content of this key to an output stream in .REG file format
| |
WriteToTheRegistry |
Write the contents of this object back to the registry (possibly recursively)
|
See Also