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
)
Public Shared Function GetSubKey (
parentKey As RegistryKey,
subkey As String
) As RegistryKey
public:
static RegistryKey^ GetSubKey(
RegistryKey^ parentKey,
String^ subkey
)
static member GetSubKey :
parentKey : RegistryKey *
subkey : string -> RegistryKey
Parameters
- parentKey
- Type: Microsoft.Win32RegistryKey
The parent registry key. - subkey
- Type: SystemString
The registry subkey.
Return Value
Type:
RegistryKeySee Also