Summary
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
.
- Assembly
- NAnt
.MSNet .dll - Namespace
- NAnt
.MSNet .Tasks - Containing Type
- IldasmTask
Syntax
[TaskAttribute("quoteallnames")]
[BooleanValidator()]
public bool QuoteAllNames { get; set; }
Remarks
Corresponds to the /QUOTEALLNAMES
flag.
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Boolean |
Used to indicate that a property should be able to be converted into a
bool .
|
Value
Type | Description |
---|---|
bool |
true if all names should be enclosed in single
quotation marks; otherwise, false . The default
is false .
|