RegistryImporter Members | regdiff Code Documentation |
The RegistryImporter type exposes the following members.
Back to Top
Back to Top
Constructors
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)
|
Methods
Name | Description | |
---|---|---|
Import |
The import function returns the RegKeyEntry imported from the registry
|
See Also