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

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

Number of cores per processor socket. If the value is unknown, the field is set to 0. Core Count is the number of cores detected by the BIOS for this processor socket. It does not necessarily indicate the full capability of the processor.

Key Composition

Return Value

Type: Byte

Remarks

2.5+

public static IPropertyKey CoreCount { get; }

See Also