WindowsSystemInformation ClassDelta Engine Documentation
Provides static information that does not change over the course of a running application or does not need updates. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Platforms SystemInformation
    DeltaEngine.Platforms.Windows WindowsSystemInformation

Namespace: DeltaEngine.Platforms.Windows
Assembly: DeltaEngine.Platforms.Windows (in DeltaEngine.Platforms.Windows.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class WindowsSystemInformation : SystemInformation

The WindowsSystemInformation type exposes the following members.

Constructors

  NameDescription
Public methodWindowsSystemInformation
Initializes a new instance of the WindowsSystemInformation class
Top
Properties

  NameDescription
Public propertyAvailableRam (Overrides SystemInformation AvailableRam.)
Public propertyCoreCount (Overrides SystemInformation CoreCount.)
Public propertyCpuName (Overrides SystemInformation CpuName.)
Public propertyCpuSpeed (Overrides SystemInformation CpuSpeed.)
Public propertyCpuUsage (Overrides SystemInformation CpuUsage.)
Protected propertyCurrentCulture (Inherited from SystemInformation.)
Public propertyGpuName (Overrides SystemInformation GpuName.)
Public propertyIsConsole (Overrides SystemInformation IsConsole.)
Public propertyIsMobileDevice (Overrides SystemInformation IsMobileDevice.)
Public propertyIsTablet (Overrides SystemInformation IsTablet.)
Public propertyLanguage (Inherited from SystemInformation.)
Public propertyMachineName (Overrides SystemInformation MachineName.)
Public propertyMaxRam (Overrides SystemInformation MaxRam.)
Public propertyMaxResolution (Overrides SystemInformation MaxResolution.)
Public propertyNetworkState (Overrides SystemInformation NetworkState.)
Public propertyPlatformName (Overrides SystemInformation PlatformName.)
Public propertyPlatformVersion (Overrides SystemInformation PlatformVersion.)
Public propertySoundCardAvailable (Overrides SystemInformation SoundCardAvailable.)
Public propertyUsedRam (Overrides SystemInformation UsedRam.)
Public propertyUsername (Overrides SystemInformation Username.)
Public propertyVersion (Overrides SystemInformation Version.)
Top
See Also