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
|
|
Full Usage:
MSMangler
|
Instance members
Instance member | Description |
Full Usage:
this.IsItaniumMangler
Returns: bool
|
|
Full Usage:
this.IsMSMangler
Returns: bool
|
|