RegFileFormat5Importer Constructor

tikumo.regis3

RegFileFormat5Importer Constructor regdiff Code Documentation
Create an importer from given .REG file format 5 file content

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

Syntax

public RegFileFormat5Importer(
	string content,
	RegFileImportOptions options
)
public RegFileFormat5Importer(
	string content,
	RegFileImportOptions options
)

Parameters

content
Type: OnlineSystem String
Content of a .REG file
options
Type: com.tikumo.regis3 RegFileImportOptions
Import options
See Also