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

ReadRegistryTask.GetHiveKey Method 

[This is preliminary documentation and subject to change.]

Returns the key for a given registry hive.

[Visual Basic]
Protected Function GetHiveKey( _
   ByVal hive As RegistryHive _
) As RegistryKey
[C#]
protected RegistryKey GetHiveKey(
   RegistryHive hive
);

Parameters

hive
The registry hive to return the key for.

Return Value

The key for a given registry hive.

Remarks

Missing <remarks> documentation for M:NAnt.Win32.Tasks.ReadRegistryTask.GetHiveKey(Microsoft.Win32.RegistryHive)

See Also

ReadRegistryTask Class | NAnt.Win32.Tasks Namespace