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

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

Number of cores per processor socket. Supports core counts >255. If this field is present, it holds the core count for the processor socket. Core Count will also hold the core count, except for core counts that are 256 or greater. In that case, core Count shall be set to FFh and core Count 2 will hold the count.

Key Composition

Return Value

Type: UInt16

Remarks

3.0+

public static IPropertyKey CoreCount2 { get; }

See Also