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 class

Contains the key definitions available for a type 004 [Processor Information] structure.

public static class Processor

Public Members

name description
static AssetTag { get; } Gets a value representing the key to retrieve the property value.
static CoreCount { get; } Gets a value representing the key to retrieve the property value.
static CoreCount2 { get; } Gets a value representing the key to retrieve the property value.
static CoreEnabled { get; } Gets a value representing the key to retrieve the property value.
static CoreEnabled2 { get; } Gets a value representing the key to retrieve the property value.
static CurrentSpeed { get; } Gets a value representing the key to retrieve the property value.
static ExternalClock { get; } Gets a value representing the key to retrieve the property value.
static Family { get; } Gets a value representing the key to retrieve the property value.
static L1CacheHandle { get; } Gets a value representing the key to retrieve the property value.
static L2CacheHandle { get; } Gets a value representing the key to retrieve the property value.
static L3CacheHandle { get; } Gets a value representing the key to retrieve the property value.
static MaximumSpeed { get; } Gets a value representing the key to retrieve the property value.
static PartNumber { get; } Gets a value representing the key to retrieve the property value.
static ProcessorId { get; } Gets a value representing the key to retrieve the property value.
static ProcessorManufacturer { get; } Gets a value representing the key to retrieve the property value.
static ProcessorType { get; } Gets a value representing the key to retrieve the property value.
static ProcessorVersion { get; } Gets a value representing the key to retrieve the property value.
static SerialNumber { get; } Gets a value representing the key to retrieve the property value.
static SocketDesignation { get; } Gets a value representing the key to retrieve the property value.
static ThreadCount { get; } Gets a value representing the key to retrieve the property value.
static ThreadCount2 { get; } Gets a value representing the key to retrieve the property value.
static ThreadEnabled { get; } Gets a value representing the key to retrieve the property value.
static UpgradeMethod { get; } Gets a value representing the key to retrieve the property value.
static class Characteristics Contains the key definition for the Characteristics section.
static class Status Contains the key definition for the Status section.
static class Voltage Contains the key definition for the Voltage section.

See Also