How to get system information in a uwp aplication?

廉价感情. 提交于 2019-12-13 05:46:44

问题


Im able to get some information like : device family - Windows.Desktop System Version -10.0.17134.471 System Architecture - X86 Device Mnaufacturer - LENOVO Device Model - 2436CTO But I need information related to memory and how to attain that?


回答1:


You can use Windows Community Toolkit
So please take a look at SystemInformation Class

  • Sample project on github UWP-SystemInfoCollector


来源:https://stackoverflow.com/questions/54195953/how-to-get-system-information-in-a-uwp-aplication

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!