RegFile.CreateImporterFromString Method

tikumo.regis3

RegFile CreateImporterFromString Method regdiff Code Documentation
Given the content of a .REG file, 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 CreateImporterFromString(
	string content,
	RegFileImportOptions options
)
public static IRegistryImporter CreateImporterFromString(
	string content,
	RegFileImportOptions options
)

Parameters

content
Type: OnlineSystem String
File content
options
Type: com.tikumo.regis3 RegFileImportOptions
Registry import options

Return Value

Type: IRegistryImporter
Registry importer suitable for this file
See Also