Click or drag to resize

ProcessorInfo Properties

The ProcessorInfo type exposes the following members.

Properties
  NameDescription
Public propertyArchitecture
Win32_Processor: AddressWidth: On a 32-bit operating system, the value is 32 and on a 64-bit operating system it is 64.
Public propertyCores
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.
Public propertyCount
Total processor count.
Public propertyIsHyperThreaded
Determines whether processors support Hyper-Threading or Hyper-Transport.
Public propertyL2CacheSize
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.
Public propertyL3CacheSize
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.
Public propertyLogicalProcessors
Win32_Processor: NumberOfLogicalProcessors: Number of logical processors for the current instance of the processor.
Public propertyManufacturer
Win32_Processor: Manufacturer: Name of the processor manufacturer.
Public propertyName
Win32_Processor: Name: Label by which the object is known.
Public propertyProcessorId
Win32_Processor: ProcessorID: Processor information that describes the processor features.
Public propertyRevision
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.
Public propertySocketDesignation
Win32_Processor: SocketDesignation: Type of chip socket used on the circuit.
Public propertySpeed
Win32_Processor: MaxClockSpeed: Detected processor speed.
Public propertyUniqueId
Win32_Processor: UniqueID: Globally unique identifier for the processor.
Top
See Also