NAnt SDK Documentation - v0.92 |
|
IldasmTask.LineNumbers Property
Specifies whether or not the disassembler should include references to original source lines. The default is false.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="linenumbers", ExpandProperties:=True, ProcessXml:=True), _
BooleanValidator>
Public Property LineNumbers As
Boolean
[C#]
[TaskAttribute(Required=False, Name="linenumbers", ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
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