The properties exposed by the My.Computer.Info object return information about the computer from which the application is deployed, as determined at run time. Typically, this data differs from what was available on the development computer.
This example uses the My.Computer.Info.AvailablePhysicalMemory property to display the amount of available physical memory for the computer on which the code runs.