Summary
Returns the hive for a given key.
- Assembly
- NAnt
.Win32 .dll - Namespace
- NAnt
.Win32 .Tasks - Containing Type
- ReadRegistryTask
Syntax
protected RegistryKey LookupRegKey(string key, RegistryHive[] registries)
Parameters
Name | Type | Description |
---|---|---|
key | string | |
registries | RegistryHive[] |
Return Value
Type | Description |
---|---|
RegistryKey | The hive for a given key. |