.NET 中的 AppDomain 是否可以加载引用本机 dll 的程序集?
我尝试将引用本机项目的托管 C++ 程序集加载到应用程序域中,但它似乎没有将本机部分加载到其图像中,并且在从本机 dll 中单步执行代码时会引发访问内存冲突异常。 AppDomains 不支持本机 dll 吗?
I try to load a Managed C++ assembly with references to native projects in to an appdomain but it doesn't seem to load the native parts in to its image and an access memory violation exception is thrown when stepping over code from a the native dll. Are native dll's not supported in AppDomains?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论