Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我想使用 .NET 4.5 中可用的新 API——我总是在 .NET 4.5 进程中运行,但我们的编译器基础架构使用 .NET 4.0 编译器。
是否有一些后期绑定代码可以用来解析 API 函数?
我不认为这是一个好主意。您可能会遇到 .NET4 编译器不了解 .NET 4.5 特定功能的问题。我建议保持简单,只使用 .NET4.5 编译器。它可以编译 .NET4 应用程序和 .NET4.5。