我可以在 Mono 上运行依赖于 COM 组件的 .NET 对象吗?
我们在 Windows 上有一些 .NET 类型依赖于某些 COM 组件。
如果我们要切换到 Mono,我们有哪些选项可以继续使用这些 COM 组件中的功能?
我想到的最明显的事情就是 DCOM。这可行吗?还有其他办法吗?
We have some .NET types on Windows that have dependencies on some COM components.
If we were to switch to Mono, what options would we have for still using the functionality in these COM components?
The most obvious thing that springs to mind is DCOM. Is this feasible? Any other ways?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Mono 上 - 是的(只要您继续使用 Windows)。在 Linux 上 - 可能不会,因为您不会有这些 COM 对象的 Linux 实现。
On Mono - yes (as long as you stay on Windows). On Linux - probably not, as you won't have a Linux implementation of those COM objects.