c# - Getting OS, Platform and Device information on Windows 8 -
how following information on windows 8?
platform, os version, device name, device id , carrier (not sure if carrier applicable windows 8)
with windows phone 8, retrieve them using:
platform: environment.osversion.platform os version: environment.osversion.version device name: microsoft.phone.info.devicestatus.devicename device id: windows.phone.system.analytics.hostinformation.publisherhostid carrier: microsoft.phone.net.networkinformation.devicenetworkinformation.cellularmobileoperator
i looking windows 8 equivalent of above windows phone 8 information using c#.
you can below information here
windows version
processor architecture
device category
device manufacturer
device model
for unique id, see udid windows 8
you can below information here
app version
os version
machine name
Comments
Post a Comment