Proxying C#->C++ class wrappers using SWIG

不羁岁月 提交于 2019-12-06 09:55:11

You should first decide how you would implement such a wrapper in pure C#. Then look at section 19.8.7 Extending proxy classes with additional C# code of the SWIG 2.0 docs. It might be a little tricky because you want to wrap the delegate, not the class. See how far you get and either update your question or post an answer!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!