Click or drag to resize

SystemInfo Structure

LightningChart .NET Help
Contains information about the users system.
Inheritance Hierarchy
SystemObject
  SystemValueType
    LightningChartLib.UWP.ChartingMVVMSystemInfo

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
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 methodGatherGCStats Gathers gargabe collector statistics.
Public methodGatherSystemInfo Gathers system information.
Public methodToString Returns struct values as a string.
(Overrides ValueTypeToString)
Top
See Also