Summary
Opens the sub key with the specified name.
- Namespace
- Cake
.Core .IO - Containing Type
- IRegistryKey
Syntax
IRegistryKey OpenKey(string name)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The name of the key. |
Return Value
| Type | Description |
|---|---|
| IRegistryKey | The sub key with the specified name. |
