IldasmTask.

Unicode Property

Summary

Specifies whether or not the disassembler should use the UNICODE encoding when generating the output. The default is ANSI.
Assembly
NAnt.MSNet.dll
Namespace
NAnt.MSNet.Tasks
Containing Type
IldasmTask

Syntax

[TaskAttribute("unicode")]
[BooleanValidator()]
public bool Unicode { get; set; }

Remarks

Corresponds to the /UNICODE 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 output should be generated using the UNICODE encoding; otherwise, false. The default is false.