ComputerInfo Properties
.NET Framework 4.5
The ComputerInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
AvailablePhysicalMemory | Gets the total amount of free physical memory for the computer. |
|
AvailableVirtualMemory | Gets the total amount of the computer's free virtual address space. |
|
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 computer's operating system. |
|
TotalPhysicalMemory | Gets the total amount of physical memory for the computer. |
|
TotalVirtualMemory | Gets the total amount of virtual address space available for the computer. |