如何检测本地网络中电脑的Windows类型

发布于 2024-10-21 23:18:08 字数 62 浏览 2 评论 0原文

我写了一个WinForms应用程序,在本地网络中如何知道当前电脑的操作系统是否是服务器Windows? 谢谢。

I write a WinForms app,in local network how can understand that current pc's OS is server Windows or not?
thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

々眼睛长脚气 2024-10-28 23:18:08

Windows 有特定版本:
操作系统版本

并查看这里:
OperatingSystem.Platform 属性

there are specific versions of windows:
Operating system versions

and have a look here:
OperatingSystem.Platform Property

仙女 2024-10-28 23:18:08

您应该使用System.OperatingSystem osInfo = System.Environment.OSVersion;。要了解版本号的含义,您可以查看此知识库文章

You should use System.OperatingSystem osInfo = System.Environment.OSVersion;. To understand what the version numbers mean, you can take a look at this KB article.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文