Get memory information of local system using WMI in vb.net
We can retrieve the hardware inforamtion of the local system by using WMI (Windows Management Instrumentation ) in vb.net. This samle project demonstrate how you can retrieve the physical memeory and cache memory information by using WMI and ManagementObjectSearcher class in vb.