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

IldasmTask.All Property

[This is preliminary documentation and subject to change.]

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