RegDiff Methods | regdiff Code Documentation |
The RegDiff type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
CreateDiffKeyEntry |
This function creates a new RegKeyEntry, that represents the diff information;
assuming that key 1 is the old information, and key 2 the new information
That means:
- if a key is missing in 1, it is to be added
- if a key is missing in 2, it is to be removed
- if a value is missing in 1, it is to be added
- if a value is missing in 2, it is to be removed
- if a value has changed, use the data from 2
| |
CreateMergeKeyEntry |
This function creates a new RegKeyEntry, that represents the merge information;
assuming that key 1 is the old information, and key 2 the new information
That means:
- includes all information from key 2
- if a key is missing in 2, it is to be removed
- if a value is missing in 2, it is to be removed
- if a value has changed, use the data from 2
| |
ToString |
Create a string description of this instance
(Overrides Object ToString .) |
See Also