Class Win32_Processor

java.lang.Object
com.ferrumx.system.hardware.Win32_Processor

public class Win32_Processor extends Object
This class queries the Win32_Processor class of WMI and represents the CPU details of your system.

Fetches the following properties: Name, NumberOfCores, ThreadCount, NumberOfLogicalProcessor, Manufacturer, AddressWidth, L2CacheSize, L3CacheSize, MaxClockSpeed, ExtClock, SocketDesignation, Version, Caption, Family, Stepping, VirtualizationFirmwareEnabled, ProcessorID

Author:
Egg-03