NAnt SDK Documentation - v0.92

IldasmTask.OutputFile Property

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

[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 /OUT flag.

See Also

IldasmTask Class | NAnt.MSNet.Tasks Namespace