RegFileImporter Constructor

tikumo.regis3

RegFileImporter Constructor regdiff Code Documentation
The constructor takes the content of a .REG file, the expected header (=first line of the .REG file) and import options (if any)

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

Syntax

public RegFileImporter(
	string content,
	string expectedHeader,
	RegFileImportOptions options
)
public RegFileImporter(
	string content,
	string expectedHeader,
	RegFileImportOptions options
)

Parameters

content
Type: OnlineSystem String
Content of the .REG file
expectedHeader
Type: OnlineSystem String
Expected header
options
Type: com.tikumo.regis3 RegFileImportOptions
Import options
See Also