Click or drag to resize

Utils_Registry Class

Local registry utilities.
Inheritance Hierarchy
SystemObject
  MicaSystems.UtilsUtils_Registry

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static class Utils_Registry

The Utils_Registry type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetKey
Gets a registry key.
Public methodStatic memberGetRootNodeRelativePath
Returnq the name (=path) of the registry key, but without the first part; allowing it to be relative to the root node (local machine, current user, ...).
Public methodStatic memberGetSubKeys
Gets the registry key under a given key. Not recursive.
Top
See Also