Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
|
|
Location
My.Computer.Info.AvailableVirtualMemory Syntax
Dim result As ULong = My.Computer.Info.AvailableVirtualMemory
Description
The AvailableVirtualMemory property returns the total amount of free bytes of virtual address space on the local computer. Usage at a Glance
Related Framework Entries
See Also
AvailablePhysicalMemory Property, Info Object (My.Computer), TotalPhysicalMemory Property, TotalVirtualMemory Property |
|
|