Summary
Specifies whether or not the compiler should type a formatted
listing of the compilation result.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- IlasmTask
Syntax
[TaskAttribute("listing")]
[BooleanValidator()]
public bool Listing { get; set; }
Remarks
Corresponds to the /LISTING
flag.
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Boolean |
Used to indicate that a property should be able to be converted into a
bool .
|
Value
Type | Description |
---|---|
bool |
true if a formatted listing of the compilation
result should be typed; otherwise, false . The
default is false .
|