Is .NET Core compatible with COM?

只谈情不闲聊 提交于 2019-12-24 11:14:11

问题


I am trying to understand the implications of starting a project on .NET core. One of the requirement I am facing is to use a .NET library that is leveraging COM.

So is COM supported by .NET core (obviously, assuming the OS is Windows)?

I understand that .NET Core is built for interoperability between different OS. But I was wondering if it is to be expected that there are Windows-specific features that may be included for the windows releases such as COM compatibility.

Thanks for your help.


回答1:


.NET Core is developed to be cross platform and running also on Linux and Mac. COM is a windows specific thing and will not be supported in .NET Core



来源:https://stackoverflow.com/questions/42341362/is-net-core-compatible-with-com

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