Click or drag to resize

RegAccess methods

The RegAccess Type exposes the following members.

Methods
 NameDescription of the
Public MethodGetStringValue Returns the value of a single parameter (Regedit right). Only applicable for string parameters!
Public MethodGetStringValues Returns an array of the values of a single parameter (Regedit right). Only applicable for REG_MULTI_SZ parameters!
Public MethodGetSubKeyNames Returns the subkeys of RegistryRoot + the transferred keyString (Regedit: left side).
Public MethodGetSubValueNames Returns the parameter names of a key in the registry on the left of on the right-hand side of the registry (Regedit).
Public MethodSetRegistryBasePath Sets the registry access key for all subsequent accesses to the passed base path, if the passed registryBasePath can be converted error-free into a corresponding equivalent from registry keys.
Back to the top
See also