c# 获取显卡信息

来源:互联网 发布:俄罗斯聊天软件 编辑:程序博客网 时间:2024/04/28 03:50

 SELECT * FROM  Win32_VideoController

instance of Win32_VideoController

{
AdapterCompatibility = "Intel Corporation";
AdapterDACType = "Internal";
AdapterRAM = 1658595328;
Availability = 3;
Caption = "Intel(R) HD Graphics";
ConfigManagerErrorCode = 0;
ConfigManagerUserConfig = FALSE;
CreationClassName = "Win32_VideoController";
CurrentBitsPerPixel = 32;
CurrentHorizontalResolution = 1600;
CurrentNumberOfColors = "4294967296";
CurrentNumberOfColumns = 0;
CurrentNumberOfRows = 0;
CurrentRefreshRate = 59;
CurrentScanMode = 4;
CurrentVerticalResolution = 900;
Description = "Intel(R) HD Graphics";
DeviceID = "VideoController1";
DitherType = 0;
DriverDate = "20150616000000.000000-000";
DriverVersion = "10.18.10.4242";
InfFilename = "oem11.inf";
InfSection = "iIVBD_w7";
InstalledDisplayDrivers = "igdumdim32.dll,igd10iumd32.dll,igd10iumd32.dll";
MaxRefreshRate = 75;
MinRefreshRate = 59;
Monochrome = FALSE;
Name = "Intel(R) HD Graphics";
PNPDeviceID = "PCI\\VEN_8086&DEV_0152&SUBSYS_074A1025&REV_09\\3&11583659&0&10";
Status = "OK";
SystemCreationClassName = "Win32_ComputerSystem";
SystemName = "";
VideoArchitecture = 5;
VideoMemoryType = 2;
VideoModeDescription = "1600 x 900 x 4294967296 colors";
VideoProcessor = "Intel(R) HD Graphics Family";
};

0 0