RegistryImporter Members

tikumo.regis3

RegistryImporter Members regdiff Code Documentation

The RegistryImporter type exposes the following members.

Constructors

  NameDescription
Public methodRegistryImporter(String)
The default constructor takes a registry root path encoded as a string (for example, HKEY_LOCAL_MACHINE\Software\Microsoft) and reads everything under it.
Public methodRegistryImporter(RegistryKey, String)
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)
Back to Top
Methods

  NameDescription
Public methodImport
The import function returns the RegKeyEntry imported from the registry
Back to Top
See Also