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.");
        }