RTX64RegistryReadRegistry Method

Read a value from the registry.

Namespace:  IntervalZero.RTX64
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public static Object ReadRegistry(
	RegistryKey keyBase,
	string subKeyPath,
	string valueName
)

Parameters

keyBase
Type: Microsoft.Win32RegistryKey
Base of registry where to start.
subKeyPath
Type: SystemString
Path to the key.
valueName
Type: SystemString

Return Value

Type: Object
Value of the key.
Exceptions
See Also