Summary
Specifies the name of the output file created by the disassembler.
- Assembly
- NAnt
.MSNet .dll - Namespace
- NAnt
.MSNet .Tasks - Containing Type
- IldasmTask
Syntax
[TaskAttribute("output", Required = false)]
public FileInfo OutputFile { get; set; }
Remarks
Corresponds to the /OUT
flag.
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 name of
the output file.
|