NAnt SDK Documentation - v0.92 |
|
IldasmTask.Utf8 Property
Specifies whether or not the disassembler should use the UTF-8 encoding when generating the output. The default is ANSI.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="utf8", ExpandProperties:=True, ProcessXml:=True), _
BooleanValidator>
Public Property Utf8 As
Boolean
[C#]
[TaskAttribute(Required=False, Name="utf8", ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public
bool Utf8 {get; set;}
Property Value
true if the output should be generated using the UTF-8 encoding; otherwise, false. The default is false.
Remarks
Corresponds to the /UTF8
flag.
See Also
IldasmTask Class | NAnt.MSNet.Tasks Namespace