Click or drag to resize

ProcessorInfo Class

Information relevant to the physical processors.

For more information see: Win32_Processor class

Inheritance Hierarchy
SystemObject
  Xcalibur.Models.Hardware.ProcessorProcessorInfo

Namespace:  Xcalibur.Models.Hardware.Processor
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class ProcessorInfo : IProcessorInfo

The ProcessorInfo type exposes the following members.

Constructors
  NameDescription
Public methodProcessorInfo
Initializes a new instance of the ProcessorInfo class.
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also