wRTOSRegistry.ReadRegistry Method
Read a value from the registry.
Namespace:
IntervalZero.MaxRT.wRTOS
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS .dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public static Object ReadRegistry(
RegistryKey keyBase,
string subKeyPath,
string valueName
)
Parameters
keyBase
Type: Microsoft.Win32.RegistryKey
Base of registry where to start.
subKeyPath
Type: System.String
Path to the key.
valueName
Type: System.String
Name of the key.
Return Value
Type: Object
Value of the key.
Exceptions
See Also: