开发者

How do I find out what CLR i am using?

Is there something avai开发者_StackOverflow社区lable that tells me what .NET version I am using and whether it is .NET 2.0 SP1?

Thanks


You can use Environment.Version to find the version of the CLR you are running on.

This can be checked against the list of framework version numbers. For .NET 2.0 SP1 you'd be looking to match 2.0.50727.1433.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜