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 [DataMemberAttribute]
public IList<IMemorySlotInfo> Slots { get; set; }
<DataMemberAttribute>
Public Property Slots As IList(Of IMemorySlotInfo)
Get
Set
public:
[DataMemberAttribute]
virtual property IList<IMemorySlotInfo^>^ Slots {
IList<IMemorySlotInfo^>^ get () sealed;
void set (IList<IMemorySlotInfo^>^ value) sealed;
}
[<DataMemberAttribute>]
abstract Slots : IList<IMemorySlotInfo> with get, set
[<DataMemberAttribute>]
override Slots : IList<IMemorySlotInfo> with get, set
Property Value
Type:
IListIMemorySlotInfo
The slots.
Implements
IMemoryInfoSlotsSee Also