My.Computer.Info Object Members

The My.Computer.Info Object provides properties for getting information about the computer's memory, loaded assemblies, name, and operating system.

Properties

AvailablePhysicalMemory

Gets the total amount of free physical memory for the computer.

AvailableVirtualMemory

Gets the total amount of free virtual address space available for the computer.

InstalledUICulture

Gets the current UI culture installed with the operating system.

OSFullName

Gets the full operating-system name.

OSPlatform

Gets the platform identifier for the operating system of the computer.

OSVersion

Gets the version of the operating system of the computer.

TotalPhysicalMemory

Gets the total amount of physical memory for the computer.

TotalVirtualMemory

Gets the total amount of virtual address space available for the computer.

See Also

Reference

My.Computer.Info Object