RegistryImporter Constructor (String)

tikumo.regis3

RegistryImporter Constructor (String) regdiff Code Documentation
The default constructor takes a registry root path encoded as a string (for example, HKEY_LOCAL_MACHINE\Software\Microsoft) and reads everything under it.

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

Syntax

public RegistryImporter(
	string rootPath
)
public RegistryImporter(
	string rootPath
)

Parameters

rootPath
Type: OnlineSystem String
Root path
See Also