How to get diagnostic statistics from a UWP app

后端 未结 2 1675
故里飘歌
故里飘歌 2020-12-22 07:07

We are needing to upgrade an application we have to the Universal Windows App (UWP) framework. The application\'s main purpose is to collect diagnostic statistics and send

2条回答
  •  执念已碎
    2020-12-22 07:48

    you can use MemoryManager to get the Memory of the device

    https://msdn.microsoft.com/en-us/library/windows.system.memorymanager.aspx

    also you can get the information of the device

    https://msdn.microsoft.com/en-us/library/windows/apps/windows.system.profile.aspx

    Update: Here is an example getting more details of the current Device https://www.suchan.cz/2015/08/uwp-quick-tip-getting-device-os-and-app-info/

提交回复
热议问题