close
ManagementObjectSearcher searcher = new ManagementObjectSearcher(@"root\CIMV2", "SELECT * FROM Win32_VideoController");
foreach (ManagementObject info in searcher.Get())
{
string a = "配接器相容性 "+ info["AdapterCompatibility"].ToString();
string b = "配接器類型 "+ info["AdapterDACType"].ToString();
string c = "視訊模式描述"+info["VideoModeDescription"].ToString();
string d = "字幕"+info["Caption"].ToString();
string e = "目前比特每圖元"+info["CurrentBitsPerPixel"].ToString();
string f = "目前的水準解析度"+info["CurrentHorizontalResolution"].ToString();
string g = "視頻處理器"+info["VideoProcessor"].ToString();
string h = "最大刷新率" + info["MaxRefreshRate"].ToString();
string i = "設備ID" + info["DeviceID"].ToString();
string j = "描述" + info["Description"].ToString();
}

----------------------------------------------------------------------------------------------------------------

ShineingShare

在台灣的高速雲端
完全免費

不須註冊帳號

無限檔案空間
無下載流量限制
網站 : http://www.shineingshare.com/

arrow
arrow
    文章標籤
    C#
    全站熱搜
    創作者介紹
    創作者 Roy Lai 的頭像
    Roy Lai

    Roy Lai

    Roy Lai 發表在 痞客邦 留言(0) 人氣()