Provides properties for getting information about the computer's memory, loaded assemblies, name, and operating system.
| C# | Visual Basic |
public class ComputerInfo
Public Class ComputerInfo
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ComputerInfo()()()() | Initializes a new instance of the ComputerInfo class | |
| 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.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InstalledUICulture |
Gets the current UI culture installed with the operating system.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| 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.
| |
| ToString()()()() | (Inherited from Object.) | |
| TotalPhysicalMemory |
Gets the total amount of physical memory for the computer.
| |
| TotalVirtualMemory |
Gets the total amount of virtual address space available for the computer.
|
| Object | |
| ComputerInfo | |