Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 C# 和 XAML 获取 windows phone 8 的启动时间和正常运行时间。如果在 windows phone 8 和 windows phone 7 中有一些不同的方法,也请提出建议。
提前致谢....
System.Environment.TickCount
返回自启动以来的毫秒数。
这些值在 Windows Phone 7/8、AFAIK 中不可用。