Click or drag to resize

SystemInfo Structure

LightningChart .NET Help
Contains information about the users system.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public struct SystemInfo

The SystemInfo type exposes the following members.

Properties
  NameDescription
Public propertyAvailableRam
Available ram in the system.
Public propertyCultureInfo
System local culture information.
Public propertyFinalizationSurvivors
GC Finalization Survivors.
Public propertyGen0HeapSize
GC Gen 0 Heap Size.
Public propertyGen1HeapSize
GC Gen 1 Heap Size.
Public propertyGen2HeapSize
GC Gen 2 Heap Size.
Public propertyIs64bit
Is current system 64 bit.
Public propertyNetFrameworkVersion
.NET Framework version of the application
Public propertyOS
Current operating system.
Public propertyUsedRam
Amount of ram used by the process.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGatherGCStats
Gathers gargabe collector statistics.
Public methodGatherSystemInfo
Gathers system information.
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns struct values as a string.
(Overrides ValueTypeToString.)
Top
See Also