iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows
Contains the key definitions available for a type 009 [SystemSlots] structure.
public static class SystemSlots
| name | description |
|---|---|
| static BusDeviceFunction { get; } | Gets a value representing the key to retrieve the property value. |
| static Characteristics { get; } | Gets a value representing the key to retrieve the property value. |
| static CurrentUsage { get; } | Gets a value representing the key to retrieve the property value. |
| static PeerDevices { get; } | Gets a value representing the key to retrieve the property value. |
| static SegmentBusFunction { get; } | Gets a value representing the key to retrieve the property value. |
| static SlotDataBusWidth { get; } | Gets a value representing the key to retrieve the property value. |
| static SlotDesignation { get; } | Gets a value representing the key to retrieve the property value. |
| static SlotId { get; } | Gets a value representing the key to retrieve the property value. |
| static SlotInformation { get; } | Gets a value representing the key to retrieve the property value. |
| static SlotLength { get; } | Gets a value representing the key to retrieve the property value. |
| static SlotPhysicalWidth { get; } | Gets a value representing the key to retrieve the property value. |
| static SlotPitch { get; } | Gets a value representing the key to retrieve the property value. |
| static SlotType { get; } | Gets a value representing the key to retrieve the property value. |
| static class Peers | Contains the key definition for the Peers section. |