RTX64RegistryGetSubKeys Method

Return a list of Subkey names.

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

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

Parameters

keyBase
Type: Microsoft.Win32RegistryKey
Base of registry where to start.
subKeyPath
Type: SystemString
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
See Also