Mono.VisualC.Interop.ABI.VirtualOnlyAbi.GetMangledMethodName C# (CSharp) Метод

GetMangledMethodName() защищенный Метод

protected GetMangledMethodName ( MethodInfo methodInfo ) : string
methodInfo System.Reflection.MethodInfo
Результат string
        protected override string GetMangledMethodName(MethodInfo methodInfo)
        {
            throw new NotSupportedException ("Name mangling is not supported by this class. All C++ interface methods must be declared virtual.");
        }