NAnt SDK Documentation - v0.92

IldasmTask.QuoteAllNames Property

Specifies whether or not the disassembler should enclose all names in single quotation marks. By default, only names that don't match the ILASM definition of a simple name are quoted. The default is false.

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

Property Value

true if all names should be enclosed in single quotation marks; otherwise, false. The default is false.

Remarks

Corresponds to the /QUOTEALLNAMES flag.

See Also

IldasmTask Class | NAnt.MSNet.Tasks Namespace