获取系统信息
Windows.System.Profile.AnalyticsVersionInfo analyticsVersion = Windows.System.Profile.AnalyticsInfo.VersionInfo;
reminder = analyticsVersion.DeviceFamily;
ulong v = ulong.Parse(Windows.System.Profile.AnalyticsInfo.VersionInfo.DeviceFamilyVersion);

本文介绍了如何在Windows 10 UWP应用中获取系统的详细信息,包括操作系统版本和处理器架构。通过使用C#语言,开发者可以将这些信息显示在TextBox中,参考链接提供了一个快速实现的方法。
最低0.47元/天 解锁文章
2420

被折叠的 条评论
为什么被折叠?



