iSMBIOS

iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows

View the Project on GitHub iAJTin/iSMBIOS

DmiProperty.MemoryDevice.Speed property

Gets a value representing the key to retrieve the property.

Identifies the maximum capable speed of the device, in megatransfers per second(MT/s). 0000h = the speed is unknown. FFFFh = the speed is 65,535 MT/s or greater, and the actual speed is stored in the ExtendedSpeed property.

Key Composition

Return Value

Type: UInt16

Remarks

2.3+

public static IPropertyKey Speed { get; }

See Also