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.CurrentSpeed property

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

Current processor speed (in MHz).

This field identifies the processor’s speed at system boot; the processor may support more than one speed.

Key Composition

Return Value

Type: UInt16

Remarks

2.0+

public static IPropertyKey CurrentSpeed { get; }

See Also