问题
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