I just ran into an issue where a library that I'm trying to use makes use of the Microsoft.VisualBasic.Devices.ComputerInfo.TotalPhysicalMemory, which is currently throwing a NotImplementedException. I'm guessing that this method is supposed to return the save value as System.Runtime.Caching.MemoryCache.DetermineTotalPhysicalMemory, which is implemented in the main mono runtime. Could that functionality be re-used in the TotalPhysicalMemory property?
Thanks, Andrew
_______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
