当 .NET 4.0 引用 .NET 2.0 程序集时会发生什么?
如果 .NET 4.0 可执行文件包含对 .NET 2.0 程序集的引用,.NET 4.0 运行时到底会做什么?
.NET 2.0 程序集是否与 .NET 4.0 运行时一起运行(换句话说,.NET 4.0 必须与 .NET 2.0 API 100% 兼容),或者进程是否以某种方式托管 .NET 2.0 运行时,并且发生了一些神奇的事情.NET 2.0 类型可以透明地访问我的基于 .NET 4.0 的代码吗?
What exactly does the .NET 4.0 runtime do if a .NET 4.0 executable contains a reference to a .NET 2.0 assembly?
Is the .NET 2.0 assembly run with the .NET 4.0 runtime (in other words, .NET 4.0 must be 100% API-compatible to .NET 2.0) or does the process somehow host the .NET 2.0 runtime and some magic happens to make the .NET 2.0 types transparently accessible to my .NET 4.0-based code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
他们说应该可以正常工作。查看此。
They say it should work fine. Check out this.