Summary
Specifies the PE file to disassemble.
- Assembly
- NAnt
.MSNet .dll - Namespace
- NAnt
.MSNet .Tasks - Containing Type
- IldasmTask
Syntax
[TaskAttribute("input", Required = false)]
public FileInfo InputFile { get; set; }
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
FileInfo |
A System.IO.FileInfo that represents the PE file
to disassemble.
|