ProcessorIdentifier
interface ProcessorIdentifier
ProcessorIdentifier
interface defines the properties related to the CPU identifier and its characteristics. These properties allow retrieval of information such as the CPU vendor, name, family, model, stepping, and more.
This interface provides the necessary details to identify and describe the processor's specifications, including whether the CPU is 64-bit and its vendor's frequency.
Author
N7ghtm4r3
Inheritors
ProcessorIdentifierImpl
Properties
Link copied to clipboard
cpuIdentifier
a string identifier for the CPU, may combine various identifiers like model and vendor
Link copied to clipboard
cpuStepping
the CPU stepping (e.g., 4, B)
Link copied to clipboard
cpuVendorFreq
the frequency of the CPU as reported by the vendor (in Hz)
Link copied to clipboard
isCpu64bit
flag indicating if the CPU is 64-bit
Link copied to clipboard
processorId
a unique identifier for the processor, often specific to the hardware or system