Get number of RAM channels as a property of the system

112 Views Asked by At

I've found the WMI Win32_PhysicalMemory class which has an InterleaveDataDepth property. However, this is given per RAM stick, while the property is a system property, unlike InterleavePosition.

So I was wondering where is the InterleaveDataDepth property found as a property of the computer instead of of a RAM stick.

0

There are 0 best solutions below