2

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

3
  • You can probably get it through WMI. See MSDNAA for the appropriate WMI class. I can't test today, but I suppose you'll want the AdapterRAM and VideoMemoryType properties. There's a WMI tutorial for C# here. Commented Aug 14, 2011 at 17:16
  • The AdapterRam gives the Dedicated Video memory and not the Shared system memory or Total available memory. I have already searched in Win32_VideoController but i have not found anything. Commented Aug 14, 2011 at 18:19
  • It might be useful to indicate what you've tried then. Commented Aug 14, 2011 at 20:06

1 Answer 1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.