Runtime.Arch Field

Definition

The architecture where the code is currently running.

public static ObjCRuntime.Arch Arch;
 staticval mutable Arch : ObjCRuntime.Arch

Field Value

Remarks

Use this to determine the architecture on which the program is currently running (device or simulator).

Applies to