将 MEF 与 ActiveX 控件 (*.ocx) 一起使用可能吗?
通常,所有MEF示例都使用类库作为“.dll”。是否可以直接使用 MEF 中的 ActiveX Conrols(。ocx 文件而不是“dll”文件”)。?
祝好
Geneally all MEF examples use class libraries as ".dll". Is it possible to use ActiveX Conrols (.ocx files instead of "dll" files") from MEF directly.?
Best Wishes
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不。托管扩展性框架是一项 .NET 技术。它只能处理 .NET 程序集 的 DLL 文件。
OCX 文件是包含 COM 类型库的本机库。它们不是 .NET 程序集。
No. The Managed Extensibility Framework is a .NET technology. It can only handle DLL files which are .NET assemblies.
OCX files are native libraries containing a COM type library. They are not .NET assemblies.