Click or drag to resize

IMemoryInfoSlots Property

Memory slot breakdown.

Namespace:  Xcalibur.Models.Hardware.Memory
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
IList<IMemorySlotInfo> Slots { get; set; }

Property Value

Type: IListIMemorySlotInfo
The slots.
See Also