检查系统是32位还是64位? [英] Check if the system is 32 or 64bit?

查看:87
本文介绍了检查系统是32位还是64位?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这些论坛上有一些关于这个问题的话题,但是我需要一个明确的答案.

There are a few threads on these forums about this question, but I need a definite answer.


推荐答案

尝试使用此方法获得Win32/win64操作系统的平台.

昏暗
Microsoft.VisualBasic.Devices.ComputerInfo
昏暗 OsPlatForm = OsType.OSPlatform


kaymaf

Try this to get the platform of OS either Win32/win64

Dim
OsType As New Microsoft.VisualBasic.Devices.ComputerInfo
Dim OsPlatForm As String = OsType.OSPlatform


kaymaf


这篇关于检查系统是32位还是64位?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆