Click or drag to resize

RegistryControllerGetSubKey Method

Gets the registry sub key.

Namespace:  Xcalibur.Controllers
Assembly:  Xcalibur.Controllers (in Xcalibur.Controllers.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
public static RegistryKey GetSubKey(
	RegistryKey parentKey,
	string subkey
)

Parameters

parentKey
Type: Microsoft.Win32RegistryKey
The parent registry key.
subkey
Type: SystemString
The registry subkey.

Return Value

Type: RegistryKey
See Also