NAnt SDK Documentation - v0.92

IlasmTask.OutputFile Property

Specifies the name of the output file created by the compiler.

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

Property Value

A FileInfo that represents the name of the output file.

Remarks

Corresponds to the /OUTPUT flag.

See Also

IlasmTask Class | NAnt.DotNet.Tasks Namespace