Click or drag to resize

IMemoryInfo Interface

Physical Memory information - interface.

Namespace:  Xcalibur.Models.Hardware.Memory
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
public interface IMemoryInfo

The IMemoryInfo type exposes the following members.

Properties
  NameDescription
Public propertyMaximumMemory
Maximum memory possible.
Public propertySlots
Memory slot breakdown.
Public propertyTotalMemory
Total memory present (in bytes).
Public propertyTotalSlots
Total memory slots expected.
Top
See Also