Video card: get Shared system memory and total available memory in c#

*爱你&永不变心* 提交于 2019-12-08 01:49:16

问题


How to get the following information: shared system memory, total available memory and system video memory for my graphics card in c sharp?


回答1:


I would look at using WMI, specifically the Win32_VideoController object. The WMI Code Creator could provide to be useful if you're not very familial with using WMI.



来源:https://stackoverflow.com/questions/7058378/video-card-get-shared-system-memory-and-total-available-memory-in-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!