API Reference
Class
ProcessorInfo
CPU details captured from the system (name, cores/threads, speed, IDs).
Inheritance
- Object
- ProcessorInfo
Constructors
public ProcessorInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Int32> NumberOfCores { get; set; } #Display(Name = "Cores", Order = 2)Number of physical cores.
public Nullable<Int32> NumberOfLogicalProcessors { get; set; } #Display(Name = "Logical", Order = 3)Number of logical processors (hardware threads).
public Nullable<Int32> MaxClockSpeed { get; set; } #Display(Name = "Max MHz", Order = 4)Maximum clock speed in MHz.
public String ProcessorId { get; set; } #Display(Name = "ID", Order = 5)Processor ID reported by WMI.