NAnt SDK Documentation - v0.85-nightly-2005-11-09

ReadRegistryTask.LookupRegKey Method 

[This is preliminary documentation and subject to change.]

Returns the hive for a given key.

[Visual Basic]
Protected Function LookupRegKey( _
   ByVal key As String, _
   ByVal registries As RegistryHive() _
) As RegistryKey
[C#]
protected RegistryKey LookupRegKey(
   string key,
   RegistryHive[] registries
);

Parameters

key
Missing <param> documentation for key
registries
Missing <param> documentation for registries

Return Value

The hive for a given key.

Remarks

Missing <remarks> documentation for M:NAnt.Win32.Tasks.ReadRegistryTask.LookupRegKey(System.String,Microsoft.Win32.RegistryHive[])

See Also

ReadRegistryTask Class | NAnt.Win32.Tasks Namespace