开发者

How do you check if a device is running Windows CE or Windows Mobile?

开发者 https://www.devze.com 2023-01-27 00:07 出处:网络
Is there a programmatic way to figure out if a device is WinMobile o开发者_运维百科r WinCE in .NET Compact Framework 3.5? Is there some property somewhere?See the Microsoft.WindowsCE.Forms.SystemSetti

Is there a programmatic way to figure out if a device is WinMobile o开发者_运维百科r WinCE in .NET Compact Framework 3.5? Is there some property somewhere?


See the Microsoft.WindowsCE.Forms.SystemSettings.Platform Property. It will tell you if you're running on Generic CE or WinMo.

0

精彩评论

暂无评论...
验证码 换一张
取 消