Table of Contents

Method ReadValue

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

ReadValue(string, string, RegistryHive)

Reads value from Windows registry.

public static object? ReadValue(string keyPath, string valueName, RegistryHive hive = RegistryHive.LocalMachine)

Parameters

keyPath string

Path to value.

valueName string

Name of the value.

hive RegistryHive

RegistryHive value which specifies base path.

Returns

object