RegDiff Methods

tikumo.regis3

RegDiff Methods regdiff Code Documentation
The RegDiff type exposes the following members.
Methods

  NameDescription
Public methodCreateDiffKeyEntry
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
Public methodCreateMergeKeyEntry
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
Public methodToString
Create a string description of this instance
(Overrides OnlineObject ToString .)
Back to Top
See Also