ManglingScheme Type
Represents supported name mangling schemes. Currently, we support two name mangling schemes: Microsoft Visual C++ and Itanium CXX.
Union cases
| Union case |
Description
|
Full Usage:
ItaniumMangler
|
Itanium CXX name mangling scheme used by GCC 3.x and higher, Clang 1.x and higher. |
Full Usage:
MSMangler
|
Microsoft Visual C++ name mangling. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsItaniumMangler
Returns: bool
|
|
Full Usage:
this.IsMSMangler
Returns: bool
|
|
B2R2