如何检查设备运行的是 Windows CE 还是 Windows Mobile?
Posted
技术标签:
【中文标题】如何检查设备运行的是 Windows CE 还是 Windows Mobile?【英文标题】:How do you check if a device is running Windows CE or Windows Mobile? 【发布时间】:2011-05-15 07:17:05 【问题描述】:在 .NET Compact Framework 3.5 中是否有一种编程方式来确定设备是 WinMobile 还是 WinCE?有什么财产吗?
【问题讨论】:
【参考方案1】:查看Microsoft.WindowsCE.Forms.SystemSettings.Platform
属性。它会告诉你是在通用 CE 还是 WinMo 上运行。
【讨论】:
以上是关于如何检查设备运行的是 Windows CE 还是 Windows Mobile?的主要内容,如果未能解决你的问题,请参考以下文章
将桌面快捷方式部署到运行 Windows CE 4.2 (VS2005) 的设备
如何从 C# 动态运行 SQL Server CE [Windows mobile] 中的 SQL 脚本文件?