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

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

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

Key Composition

Return Value

Type: UInt16

Remarks

3.0+

public static IPropertyKey CoreEnabled2 { get; }

See Also