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

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

Number of enabled cores per processor socket. If the value is unknown, the field is set 0.

Key Composition

Return Value

Type: Byte

Remarks

2.5+

public static IPropertyKey CoreEnabled { get; }

See Also