How to find out how much ram a computer has in VB.net

别等时光非礼了梦想. 提交于 2019-12-13 11:20:56

问题


How would you work out the amount of ram that is in the computer


回答1:


Use the following:

Dim ram As ULong = My.Computer.Info.TotalPhysicalMemory


来源:https://stackoverflow.com/questions/6805497/how-to-find-out-how-much-ram-a-computer-has-in-vb-net

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!