RegFileExporter.Export Method (RegKeyEntry, String)

tikumo.regis3

RegFileExporter Export Method (RegKeyEntry, String) regdiff Code Documentation
Export the given registry key to a file

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

Syntax

public void Export(
	RegKeyEntry key,
	string filename
)
public void Export(
	RegKeyEntry key,
	string filename
)

Parameters

key
Type: com.tikumo.regis3 RegKeyEntry
Registry key previously imported (or constructed in memory)
filename
Type: OnlineSystem String
Filename to save the key in

Implements

IRegistryExporter Export(RegKeyEntry, String)
See Also