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

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

Number of threads per processor socket. If the value is unknown, the field is set to 0. For thread counts of 256 or greater, this property returns FFh and the ThreadCount2 property is set to the number of threads.

Key Composition

Return Value

Type: UInt16

Remarks

2.5+

public static IPropertyKey ThreadCount { get; }

See Also