Windows Phone 7(WP7)開發 擷取裝置資訊

來源:互聯網
上載者:User

硬體相關

需要引入命名空間:   using Microsoft.Phone.Info;

資訊名稱 擷取代碼 資料類型 備忘
裝置製造商 DeviceStatus.DeviceManufacturer String,長度256以內 也可用DeviceExtendedProperties.GetValue("DeviceManufacturer").ToString()獲得,但不推薦
裝置名稱 DeviceStatus.DeviceName String,長度256以內 也可用DeviceExtendedProperties.GetValue("DeviceName").ToString()獲得,但不推薦
裝置唯一標識 DeviceExtendedProperties.GetValue("DeviceUniqueId") Byte[] (數組長度20以內)  
裝置韌體版本 DeviceStatus.DeviceFirmwareVersion String 也可用DeviceExtendedProperties.GetValue("DeviceFirmwareVersion").ToString()獲得,但不推薦
裝置硬體版本 DeviceStatus.DeviceHardwareVersion String 也可用DeviceExtendedProperties.GetValue("DeviceHardwareVersion").ToString()獲得,但不推薦
裝置總記憶體大小 DeviceStatus.DeviceTotalMemory Long 也可用DeviceExtendedProperties.GetValue("DeviceTotalMemory")獲得,但不推薦
應用正在使用的記憶體大小 DeviceStatus.ApplicationCurrentMemoryUsage Long 也可用DeviceExtendedProperties.GetValue("ApplicationCurrentMemoryUsage")獲得,但不推薦
應用使用的記憶體最大時的記憶體大小 DeviceStatus.ApplicationPeakMemoryUsage Long 也可用DeviceExtendedProperties.GetValue("ApplicationPeakMemoryUsage")獲得,但不推薦
       

 

 

 

 

 

 

 

詳情可參考 http://msdn.microsoft.com/zh-cn/library/microsoft.phone.info.deviceextendedproperties

 

 

螢幕解析度大小(這個目前都是480*800):

螢幕寬度(Double)  System.Windows.Application.Current.Host.Content.ActualWidth 

螢幕高度(Double)  System.Windows.Application.Current.Host.Content.ActualHeight

 

作業系統版本:

System.Environment.OSVersion.ToString()

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.