IldasmTask.

Bytes Property

Summary

Specifies whether or not the disassembler should generate the IL stream bytes (in hexadecimal notation) as instruction comments. The default is false.
Assembly
NAnt.MSNet.dll
Namespace
NAnt.MSNet.Tasks
Containing Type
IldasmTask

Syntax

[TaskAttribute("bytes")]
[BooleanValidator()]
public bool Bytes { get; set; }

Remarks

Corresponds to the /BYTE flag.

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.
BooleanValidatorAttribute Used to indicate that a property should be able to be converted into a bool.

Value

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