Slt
Slt

Reputation: 179

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

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

Upvotes: 2

Views: 2196

Answers (1)

Brandon Moretz
Brandon Moretz

Reputation: 7621

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.

Upvotes: 1

Related Questions