c# - Substitute for EasClientDeviceInformation() in Windows 10 -


in 1 of our projects on win-rt targeting windows 8.1 , had used easclientdeviceinformation() client device information. but, want our app working on windows 10. there else using?

you need not change code @ all. easclientdeviceinformation api available on windows 10 , can use in universal windows app , work on both desktop , phone. msdn page api lists detail.


Comments