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.Processor.MaximumSpeed property

Gets a value representing the key to retrieve the property value.

Maximum processor speed (in MHz) supported by the system for this processor socket 0E9h is for a 233 MHz processor. If the value is unknown, the field is set to 0.

Key Composition

Return Value

Type: UInt16

Remarks

2.0+

public static IPropertyKey MaximumSpeed { get; }

See Also