相关疑难解决方法(0)

CLR 2.0 vs 4.0性能?

如果运行unden CLR 4.0,为CLR 2.0编译的.NET程序运行速度会更快吗?

的app.config:

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <startup>
    <supportedRuntime version="v4.0.30319" sku=".NETFramework,Version=v4.0,Profile=Client" />
    <supportedRuntime version="v2.0.50727"/>
  </startup>
</configuration>
Run Code Online (Sandbox Code Playgroud)

.net c# clr .net-4.0 .net-2.0

4
推荐指数
1
解决办法
2868
查看次数

标签 统计

.net ×1

.net-2.0 ×1

.net-4.0 ×1

c# ×1

clr ×1