RegKeyEntry Constructor (RegKeyEntry)

tikumo.regis3

RegKeyEntry Constructor (RegKeyEntry) regdiff Code Documentation
Copy constructor: takes an existing RegKeyEntry and creates a full clone of it

Namespace: com.tikumo.regis3
Assembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)

Syntax

public RegKeyEntry(
	RegKeyEntry objectSrc
)
public RegKeyEntry(
	RegKeyEntry objectSrc
)

Parameters

objectSrc
Type: com.tikumo.regis3 RegKeyEntry

[Missing <param name="objectSrc"/> documentation for "M:com.tikumo.regis3.RegKeyEntry.#ctor(com.tikumo.regis3.RegKeyEntry)"]

See Also