Retrieves a Value from the Windows Registry given a hive, root key and key.

Syntax

ISWinRegistry.GetValue(hive, rootKey, key, [defaultValue])

Parameters

NameTypeOptionalByRefDescription
hive iseWindowsRegistryHive The hive.
rootKey String
key String The key.
defaultValue String Optional If the key is not found the value that is returned.

Return Value

String

A String value.

Member of:
ISWinRegistry
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0