NAnt SDK Documentation - v0.92 |
|
IldasmTask.Bytes Property
Specifies whether or not the disassembler should generate the IL stream bytes (in hexadecimal notation) as instruction comments. The default is false.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="bytes", ExpandProperties:=True, ProcessXml:=True), _
BooleanValidator>
Public Property Bytes As
Boolean
[C#]
[TaskAttribute(Required=False, Name="bytes", ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
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