NAnt SDK Documentation - v0.85-nightly-2005-11-09

IldasmTask.LineNumbers Property

[This is preliminary documentation and subject to change.]

Specifies whether or not the disassembler should include references to original source lines. The default is false.

[Visual Basic]
<BooleanValidator, _  TaskAttribute(Required:=False, Name:="linenumbers", ExpandProperties:=True, ProcessXml:=True)>
Public Property LineNumbers As Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Required=False, Name="linenumbers", ExpandProperties=True, ProcessXml=True)]
public bool LineNumbers {get; set;}

Property Value

true if references to original source lines should be included; otherwise, false. The default is false.

Remarks

Corresponds to the /LINENUM flag.

See Also

IldasmTask Class | NAnt.MSNet.Tasks Namespace