NAnt SDK Documentation - v0.92

RegAsmTask.RegistryFile Property

Registry file to export to instead of entering the types directly into the registry.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="regfile", ExpandProperties:=True, ProcessXml:=True)>
Public Property RegistryFile As FileInfo
[C#]
[TaskAttribute(Required=False, Name="regfile", ExpandProperties=True, ProcessXml=True)]
public System.IO.FileInfo RegistryFile {get; set;}

See Also

RegAsmTask Class | NAnt.Win32.Tasks Namespace