【发布时间】:2019-01-31 09:03:49
【问题描述】:
在我的 Xamarin iOS 应用程序中,我可以从 UIKit.UIDevice.CurrentDevice 实例中获取许多设备特征,例如型号、系统名称等。但是,我没有看到任何获取类上的 CPU 架构(x86、arm 等)的方法。
How can I get the iOS device CPU architecture in runtime 展示了一种使用 Objective C 获取此信息的方法。我想知道是否有一种方法可以使用任何预定义的 Xamarin 类在 C# 中获取 CPU 信息。
【问题讨论】:
标签: xamarin.ios