RegistryImporter Constructor

tikumo.regis3

RegistryImporter Constructor regdiff Code Documentation
Overload List

  Name Description
Public method RegistryImporter(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 method RegistryImporter(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
See Also