RegistryImporter Constructor | regdiff Code Documentation |
Overload List
Name | Description | |
---|---|---|
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.
|
|
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)
|
See Also