SystemInfo Structure |
Namespace: Arction.WinForms.Charting
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.
|
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GatherGCStats |
Gathers gargabe collector statistics.
| |
| GatherSystemInfo |
Gathers system information.
| |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns struct values as a string.
(Overrides ValueTypeToString.) |