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