DataMismatch Constructor | regdiff Code Documentation |
This constructor identifies a mismatch in the data of two registry values that are located
in the same key path.
Namespace: com.tikumo.regis3Assembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)
Syntax
Parameters
- key
- Type: com.tikumo.regis3 RegKeyEntry
Parent registry key path (by definition, the same in both registry trees)
- value1
- Type: com.tikumo.regis3 RegValueEntry
Data in first registry file
- value2
- Type: com.tikumo.regis3 RegValueEntry
Data in the second registry file
See Also