|
|
1
10
不同的选择包括:
|
|
|
2
1
typeof(int).Assembly.ImageRuntimeVersion将为您提供进程中加载的mscorlib程序集的版本。 |
|
|
3
1
这将以字符串形式返回.Net运行时版本:
您还可以获取安装目录:
|