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

AxImpTask.RcwFile Property

[This is preliminary documentation and subject to change.]

Assembly to use for Runtime Callable Wrapper rather than generating new one. Only supported on .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;}

Remarks

Missing <remarks> documentation for P:NAnt.Win32.Tasks.AxImpTask.RcwFile

See Also

AxImpTask Class | NAnt.Win32.Tasks Namespace