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

IldasmTask.Source Property

[This is preliminary documentation and subject to change.]

Specifies whether or not the disassembler should generate original source lines as comments. The default is false.

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

Property Value

true if original source lines should be generated as comments; otherwise, false. The default is false.

Remarks

Corresponds to the /SOURCE flag.

See Also

IldasmTask Class | NAnt.MSNet.Tasks Namespace