Demangler Type
Represents a top-level module that provides functions for detecting and demangling mangled names.
Static members
| Static member |
Description
|
|
Creates a demangler instance based on the detected mangling scheme.
|
|
|
Full Usage:
Demangler.Detect(str)
Parameters:
string
Returns: Result<ManglingScheme, ErrorCase>
|
Detects the mangling scheme of the given string.
|
B2R2