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

IldasmTask.Bytes Property

[This is preliminary documentation and subject to change.]

Specifies whether or not the disassembler should generate the IL stream bytes (in hexadecimal notation) as instruction comments. The default is false.

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

Property Value

true if the IL stream bytes should be generated as instruction comments; otherwise, false. The default is false.

Remarks

Corresponds to the /BYTE flag.

See Also

IldasmTask Class | NAnt.MSNet.Tasks Namespace