RegFile.CreateImporterFromFile Method

tikumo.regis3

RegFile CreateImporterFromFile Method regdiff Code Documentation
Given a filename, identify the proper registry importer

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

Syntax

public static IRegistryImporter CreateImporterFromFile(
	string filename,
	RegFileImportOptions options
)
public static IRegistryImporter CreateImporterFromFile(
	string filename,
	RegFileImportOptions options
)

Parameters

filename
Type: OnlineSystem String
Filename (including path)
options
Type: com.tikumo.regis3 RegFileImportOptions
Registry import options

Return Value

Type: IRegistryImporter
Registry importer suitable for this file
See Also