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

IlasmTask.OutputFile Property

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
<TaskAttribute(Required:=False, Name:="output", ExpandProperties:=True, ProcessXml:=True)>
Public Property OutputFile As FileInfo
[C#]
[TaskAttribute(Required=False, Name="output", 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