API Reference
Class
VideoControllerInfo
GPU/Video controller information (RAM, driver, processor, resolution, refresh).
Inheritance
- Object
- VideoControllerInfo
Constructors
public VideoControllerInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Int64> AdapterRAM { get; set; } #Display(Name = "RAM", Order = 1)Adapter RAM in bytes.
public String DriverVersion { get; set; } #Display(Name = "Driver", Order = 2)Driver version string.
public Nullable<Int32> CurrentHorizontalResolution { get; set; } #Display(Name = "HRes", Order = 5)Current horizontal resolution.
public Nullable<Int32> CurrentVerticalResolution { get; set; } #Display(Name = "VRes", Order = 6)Current vertical resolution.
public Nullable<Int32> CurrentRefreshRate { get; set; } #Display(Name = "Hz", Order = 7)Current refresh rate in Hz.