NAnt SDK Documentation - v0.92

IldasmTask.All Property

Specifies whether or not the disassembler should combine the /HEADER, /BYTE, and /TOKENS options. The default is false.

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

Property Value

true if the disassembler should combine the /HEADER, /BYTE, and /TOKENS options; otherwise, false. The default is false.

Remarks

Corresponds to the /ALL flag.

See Also

IldasmTask Class | NAnt.MSNet.Tasks Namespace