Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))

TotalVirtualMemory Property

Location

My.Computer.Info.TotalVirtualMemory

Syntax

Dim result As ULong = My.Computer.Info.TotalVirtualMemory

Description

The TotalVirtualMemory property returns the total amount of configured bytes of virtual address space on the local computer.

Usage at a Glance

  • This property is read-only.

  • This property only works on platforms that make the information available. This includes Windows XP, Windows 2000 Professional, Windows Server 2003, Windows 2000 Server, or any later versions of these systems.

  • An exception is thrown if for any reason the application is unable to determine the current status of memory on the system.

Related Framework Entries

  • Microsoft.VisualBasic.Devices.ComputerInfo.TotalVirtualMemory Property

See Also

AvailablePhysicalMemory Property, AvailableVirtualMemory Property, Info Object (My.Computer), TotalPhysicalMemory Property

Категории