KindMismatch Constructor | regdiff Code Documentation |
The constructor creates an object that represents a value that exists in both keys, but has different value kinds (and by definition
different values) in each of them.
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
Key where the value was located
- value1
- Type: com.tikumo.regis3 RegValueEntry
Value as it exists in the 1st key
- value2
- Type: com.tikumo.regis3 RegValueEntry
Value as it exists in the 2nd key
See Also