MockSystemInformation ClassDelta Engine Documentation
Mock system information used in unit testing when real information would be too slow to obtain. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Platforms SystemInformation
    DeltaEngine.Platforms.Mocks MockSystemInformation

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

public class MockSystemInformation : SystemInformation

The MockSystemInformation type exposes the following members.

Constructors

  NameDescription
Public methodMockSystemInformation
Initializes a new instance of the MockSystemInformation 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