How to get the following information: shared system memory, total available memory and system video memory for my graphics card in c sharp?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
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.