问题
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