如何在本地网络中检测到PC的窗口类型

时间:2011-03-14 09:26:53

标签: c# networking operating-system local

我写了一个WinForms应用程序,在本地网络中如何才能理解当前pc的操作系统是服务器Windows? 谢谢。

2 个答案:

答案 0 :(得分:3)

有特定版本的Windows: Operating system versions

看看这里: OperatingSystem.Platform Property

答案 1 :(得分:1)

您应该使用System.OperatingSystem osInfo = System.Environment.OSVersion;。要了解版本号的含义,您可以查看this KB article