Processor Class

Definition

Describes a processor on the computer

public ref class Processor
[Windows::Foundation::Metadata::WebHostHidden]
class Processor
public class Processor
type Processor = class
Public Class Processor
Inheritance
Processor

Constructors

Processor()

Properties

AddressWidth

Address width of the processor

Architecture

Processor architecture used by the platform

Availability

Availability and status of the processor

CpuStatus

Current status of the processor. Status changes indicate processor usage, but not the physical condition of the processor

CurrentClockSpeed

Current speed of the processor, in MHz

DataWidth

Data width of the processor

Description

Description of the processor

Manufacturer

Name of the processor manufacturer

MaxClockSpeed

Maximum speed of the processor, in MHz

Name

Name of the processor

NumberOfCores

Number of cores for the current instance of the processor.

NumberOfLogicalProcessors

Number of logical processors for the current instance of the processor.

ProcessorID

Processor information that describes the processor features.

ProcessorType

Primary function of the processor

Role

Role of the processor

SocketDesignation

Type of chip socket used on the circuit

Status

Current status of the processor

Applies to