NAnt SDK Documentation - v0.92

IldasmTask.NoIL Property

Specifies whether or not the disassembler should suppress ILASM code output. The default is false.

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

Property Value

true if ILASM code output should be suppresses; otherwise, false. The default is false.

Remarks

Corresponds to the /NOIL flag.

See Also

IldasmTask Class | NAnt.MSNet.Tasks Namespace