DisasmSyntax Type
Represents the disassembly syntax.
Union cases
| Union case |
Description
|
Full Usage:
ATTSyntax
|
AT&T syntax. |
Full Usage:
DefaultSyntax
|
Default syntax. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsATTSyntax
Returns: bool
|
|
Full Usage:
this.IsDefaultSyntax
Returns: bool
|
|
B2R2