RegistryImporter Constructor (RegistryKey, String)

tikumo.regis3

RegistryImporter Constructor (RegistryKey, String) regdiff Code Documentation
This constructor takes an existing registry root key and a path relative to that key. You acn use this if you've already split the path and identified the root key in a step before that (this is what Regdiff does)

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

Syntax

public RegistryImporter(
	RegistryKey rootKey,
	string rootPath
)
public RegistryImporter(
	RegistryKey rootKey,
	string rootPath
)

Parameters

rootKey
Type: OnlineMicrosoft.Win32 RegistryKey
Registry key identifing root (e.g. HKEY_LOCAL_MACHINE)
rootPath
Type: OnlineSystem String
Relative registry path (e.g. "Software\Microsoft")
See Also