RegistryImporter Constructor (RegistryKey, String) | regdiff Code Documentation |
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)
Namespace: com.tikumo.regis3Assembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)
Syntax
Parameters
- rootKey
- Type: Microsoft.Win32 RegistryKey
Registry key identifing root (e.g. HKEY_LOCAL_MACHINE)
- rootPath
- Type: System String
Relative registry path (e.g. "Software\Microsoft")
See Also