KindMismatch Constructor

tikumo.regis3

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.regis3
Assembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)

Syntax

public KindMismatch(
	RegKeyEntry key,
	RegValueEntry value1,
	RegValueEntry value2
)
public KindMismatch(
	RegKeyEntry key,
	RegValueEntry value1,
	RegValueEntry value2
)

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