Table of Contents

Method ReadRelativeValue

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

ReadRelativeValue(string, string, RegistryHive)

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

public static object? ReadRelativeValue(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

object