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

IldasmTask.InputFile Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.MSNet.Tasks.IldasmTask.InputFile

See Also

IldasmTask Class | NAnt.MSNet.Tasks Namespace