Class Win32_VideoController

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

public class Win32_VideoController extends Object
This class queries the Win32_VideoController class of WMI and represents the basic GPU details of your system.

Fetches the following properties: Name, PNPDeviceID, CurrentBitsPerPixel, CurrentHorizontalResolution, CurrentVerticalResolution, CurrentRefreshRate, MaxRefreshRate, MinRefreshRate, AdapterDACType, AdapterRAM, DriverDate, DriverVersion, VideoProcessor

Author:
Egg-03