Arch Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to represent the host on which Xamarin.iOS is running.
public enum Arch
type Arch =
- Inheritance
-
Arch
Fields
Name | Value | Description |
---|---|---|
DEVICE | 0 | Running on a physical device. |
SIMULATOR | 1 | Running on the desktop simulator. |