Arch Enum

Definition

Used to represent the host on which Xamarin.iOS is running.

public enum Arch
type Arch = 
Inheritance
Arch

Fields

DEVICE 0

Running on a physical device.

SIMULATOR 1

Running on the desktop simulator.

Applies to