Table of Contents

Method ReadRelativeString

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ReadRelativeString(string, string, RegistryHive)

Reads string value from Windows registry key specified with the relative path.

public static string? ReadRelativeString(string relativeKeyPath, string valueName, RegistryHive hive = RegistryHive.LocalMachine)

Parameters

relativeKeyPath string

Relative path to value.

valueName string

Name of the value.

hive RegistryHive

RegistryHive value which specifies base path.

Returns

string