Click or drag to resize
RegistryHelper Class
Registry access methods.
Inheritance Hierarchy
SystemObject
  CMS.HelpersRegistryHelper

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static class RegistryHelper

The RegistryHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetStringValue
Gets the string from registry value.
Public methodStatic memberOpenRegistryKey
Opens the registry key.
Public methodStatic memberSetStringValue
Sets the string in a registry value.
Top
See Also