SymbolExplorer.Code.NativeMethods.UnDecorateSymbolName C# (CSharp) Method

UnDecorateSymbolName() private method

private UnDecorateSymbolName ( [ decoratedName, [ unDecoratedName, [ undecoratedLength, [ flags ) : int
decoratedName [
unDecoratedName [
undecoratedLength [
flags [
return int
        internal static extern int UnDecorateSymbolName([In] string decoratedName, [Out] StringBuilder unDecoratedName, [In, MarshalAs(UnmanagedType.U4)] int undecoratedLength, [In, MarshalAs(UnmanagedType.U4)] UnDecorateFlags flags);