ProcessorInfo Properties |
The ProcessorInfo type exposes the following members.
Name | Description | |
---|---|---|
Architecture |
Win32_Processor: AddressWidth: On a 32-bit operating system, the value is 32
and on a 64-bit operating system it is 64.
| |
Cores |
Win32_Processor: NumberOfCores: Number of logical processors for the current instance of
the processor. For processors capable of hyperthreading, this value includes only the
processors which have hyperthreading enabled.
| |
Count |
Total processor count.
| |
IsHyperThreaded |
Determines whether processors support Hyper-Threading or Hyper-Transport.
| |
L2CacheSize |
Win32_Processor: Size of the Level 2 processor cache. A Level 2 cache is an external
memory area that has a faster access time than the main RAM memory.
| |
L3CacheSize |
Win32_Processor: Size of the Level 3 processor cache. A Level 3 cache is an external
memory area that has a faster access time than the main RAM memory.
| |
LogicalProcessors |
Win32_Processor: NumberOfLogicalProcessors: Number of logical processors for
the current instance of the processor.
| |
Manufacturer |
Win32_Processor: Manufacturer: Name of the processor manufacturer.
| |
Name |
Win32_Processor: Name: Label by which the object is known.
| |
ProcessorId |
Win32_Processor: ProcessorID: Processor information that describes the
processor features.
| |
Revision |
Win32_Processor: System revision level that depends on the architecture. The system
revision level contains the same values as the Version property, but in a numerical format.
| |
SocketDesignation |
Win32_Processor: SocketDesignation: Type of chip socket used on the circuit.
| |
Speed |
Win32_Processor: MaxClockSpeed: Detected processor speed.
| |
UniqueId |
Win32_Processor: UniqueID: Globally unique identifier for the processor.
|