Arch 枚举

定义

用于表示运行 Xamarin.iOS 的主机。

public enum Arch
type Arch = 
继承
Arch

字段

DEVICE 0

在物理设备上运行。

SIMULATOR 1

在桌面模拟器上运行。

适用于