Mono.VisualC.Interop.ABI.VirtualOnlyAbi.GetMangledMethodName C# (CSharp) Méthode

GetMangledMethodName() protected méthode

protected GetMangledMethodName ( MethodInfo methodInfo ) : string
methodInfo System.Reflection.MethodInfo
Résultat 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.");
        }