NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
IlasmTask.Listing Property
[This is preliminary documentation and subject to change.]
Specifies whether or not the compiler should type a formatted listing of the compilation result.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="listing", ExpandProperties:=True, ProcessXml:=True), _
BooleanValidator>
Public Property Listing As
Boolean
[C#]
[TaskAttribute(Required=False, Name="listing", ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public
bool Listing {get; set;}
Property Value
true if a formatted listing of the compilation result should be typed; otherwise, false. The default is false.
Remarks
Corresponds to the /LISTING
flag.
See Also
IlasmTask Class | NAnt.DotNet.Tasks Namespace