NAnt SDK Documentation - v0.92

IlasmTask.Listing Property

Specifies whether or not the compiler should type a formatted listing of the compilation result.

[Visual Basic]
<BooleanValidator, _  TaskAttribute(Name:="listing", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Listing As Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Name="listing", Required=False, ExpandProperties=True, ProcessXml=True)]
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