Click or drag to resize

SystemInfo Properties

LightningChart .NET Help

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
See Also