NAnt SDK Documentation - v0.92

AxImpTask.RcwFile Property

Assembly to use for Runtime Callable Wrapper rather than generating new one [.NET 1.1 or higher].

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

See Also

AxImpTask Class | NAnt.Win32.Tasks Namespace