Regis3 DeleteKeyRecursive Method | regdiff Code Documentation |
Given an (absolute) registry key, delete everything under it including subkeys.
Namespace: com.tikumo.regis3Assembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)
Syntax
Parameters
- sourcePath
- Type: System String
Absolute registry path (i.e. one starting with HKEY_LOCAL_MACHINE or something similar)
- use32BitRegistry (Optional)
- Type: System Boolean
True if you want to access the 32-bit regisrty, or false if you want to access the 64-bit registry.
See Also