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.Characteristics class

Contains the key definition for the Characteristics section.

public static class Characteristics

Public Members

name description
static Arm64SocIdSupported { get; } Gets a value representing the key to retrieve the property value.
static Capable128Bits { get; } Gets a value representing the key to retrieve the property value.
static Capable64Bits { get; } Gets a value representing the key to retrieve the property value.
static EnhancedVirtualizationInstructions { get; } Gets a value representing the key to retrieve the property value.
static ExecuteProtectionSupport { get; } Gets a value representing the key to retrieve the property value.
static HardwareThreadPerCore { get; } Gets a value representing the key to retrieve the property value.
static MultiCore { get; } Gets a value representing the key to retrieve the property value.
static PowerPerformanceControlSupport { get; } Gets a value representing the key to retrieve the property value.

See Also