How to differ between Windows Mobile 6.5.3 and previous versions during runtime?
问题 Is there an established or unofficial way of finding out if my application is running on a Windows Mobile 6.5.3 device or if it's a previous version? Managed or native doesn't matter and I don't mind interop-ing. 回答1: Since I want some reputation ;) Here is the information I found on the web: How to detect Windows Mobile 6.1 (Detecting AKUs) List of AKUs on channel9 Windows CE / Windows Mobile Versions 回答2: Use System.Environment.OSVersion That gets the CE version number, which would have to