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.
在 CLR 的 4.0.3 更新中,GCLatencyMode 枚举中添加了一个新的枚举值。如果我使用这个枚举值并且代码由最终用户在 CLR 4.0 上运行而没有 4.0.3 更新会发生什么?如何编写能够可靠地检测和使用 4.0 CLR 下的回退的代码?
编辑:代码必须为 4.0 构建,但可以在更高的 CLR 上运行,例如 4.5,我希望我可以在哪里使用新功能?显然在这种情况下,枚举值不能按名称编译,但也许使用它的整数值?