NAnt SDK Documentation - v0.92 |
|
IldasmTask.InputFile Property
Specifies the PE file to disassemble.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="input", ExpandProperties:=True, ProcessXml:=True)>
Public Property InputFile As
FileInfo
[C#]
[TaskAttribute(Required=False, Name="input", ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo InputFile {get; set;}
Property Value
A FileInfo that represents the PE file to disassemble.
See Also
IldasmTask Class | NAnt.MSNet.Tasks Namespace