NAnt SDK Documentation - v0.92

IldasmTask.Unicode Property

Specifies whether or not the disassembler should use the UNICODE encoding when generating the output. The default is ANSI.

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

Property Value

true if the output should be generated using the UNICODE encoding; otherwise, false. The default is false.

Remarks

Corresponds to the /UNICODE flag.

See Also

IldasmTask Class | NAnt.MSNet.Tasks Namespace