SystemInfo Properties |
The SystemInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| AvailableRam |
Available ram in the system.
| |
| CultureInfo |
System local culture information.
| |
| FinalizationSurvivors |
GC Finalization Survivors.
| |
| Gen0HeapSize |
GC Gen 0 Heap Size.
| |
| Gen1HeapSize |
GC Gen 1 Heap Size.
| |
| Gen2HeapSize |
GC Gen 2 Heap Size.
| |
| Is64bit |
Is current system 64 bit.
| |
| NetFrameworkVersion |
.NET Framework version of the application
| |
| OS |
Current operating system.
| |
| UsedRam |
Amount of ram used by the process.
|