Regis3 Members

tikumo.regis3

Regis3 Members regdiff Code Documentation

The Regis3 type exposes the following members.

Methods

  NameDescription
Public methodStatic memberDeleteKeyRecursive
Given an (absolute) registry key, delete everything under it including subkeys.
Public methodStatic memberOpenRegistryHive
Given a registry path, locate the correct root key and return the relative path. For example, when the user gives the absolute registry path HKEY_LOCAL_MACHINE\Software\Microsoft you really have two parts: HKEY_LOCAL_MACHINE is a "registry hive" root, and "Software\Microsoft" the relative path.
Back to Top
See Also