Click to See Complete Forum and Search --> : [RESOLVED] Get Type of memory from WMI


foamy
September 26th, 2008, 02:59 AM
Hi guys,

I'm trying to get the type of memory installed in a computer, using System.Management WMI. I can't seem to find the right class for this; Win32_PhysicalMemory and Win32_PhysicalMemoryArray don't have anything that looks right, and the properties that are there all seem to return null.

What I'd like to end up with is a string containing "DDR" or "DDR2" or whatever the type may be...

any ideas?

EDIT:
Hmm.. seems I need thicker glasses... Win32_PhysicalMemory has a MemoryType property... If it works properly, it should provide what I need...