csharp 在C#中获取操作系统版本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp 在C#中获取操作系统版本相关的知识,希望对你有一定的参考价值。

using System;

class Sample 
{
    public static void Main() 
    {
    Console.WriteLine();
    Console.WriteLine("OSVersion: {0}", Environment.OSVersion.ToString());
    }
}
/*
This example produces the following results for my Windows 7 PC:

OSVersion: Microsoft Windows NT 6.1.7600.0
*/

以上是关于csharp 在C#中获取操作系统版本的主要内容,如果未能解决你的问题,请参考以下文章

csharp 获取MailBox C#

csharp 动态从C#对象获取属性值

csharp C#Mono Android获取本机Ip地址

csharp C#Mono Android获取本机Ip地址

csharp 获取帖子删除Put C#Generic Class

c#CSharp获取主机硬盘网卡等信息