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

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

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

Key Composition

Return Value

Type: UInt16

Remarks

3.0+

public static IPropertyKey ThreadCount2 { get; }

See Also