我需要能够从C++调用任意C#函数.http://www.infoq.com/articles/in-process-java-net-integration建议使用ICLRRuntimeHost :: ExecuteInDefaultAppDomain(),但这只允许我调用具有以下格式的方法:int method(string arg)
int method(string arg)
调用任意C#函数的最佳方法是什么?
c# interop c++-cli
c# ×1
c++-cli ×1
interop ×1