2020年9月2日 星期三

vb.net 檢查是64位元還是86位元 [Get System is x64 or x86]

1
2
3
4
5
        If System.Environment.Is64BitOperatingSystem = True Then
            MessageBox.Show("OS System : 64 Bit Operating System")
        Else
            MessageBox.Show("OS System : 32 Bit Operating System")
        End If

沒有留言:

張貼留言