wRTOSRegistry.GetSubKeys Method

Return a list of Subkey names.

Namespace:  IntervalZero.MaxRT.wRTOS
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS .dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public static string[] GetSubKeys(
    RegistryKey keyBase,
    string subKeyPath
)

Parameters

keyBase

Type: Microsoft.Win32.RegistryKey
Base of registry where to start.

subKeyPath

Type: System.String
Path to the key.

Return Value

Type: String
A possibly zero-length array of key names, each of which is a subkey of parameter "subKeyPath".

Exceptions

wRTOSException

wRTOSInvalidArgumentException

See Also: