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.