PlatformHelper.ToIosArch(Platform) Method

Definition

Get the architecture (32-bit or 64-bit) of the specified platform.

public static ObjCRuntime.Platform ToIosArch (this ObjCRuntime.Platform platform);
static member ToIosArch : ObjCRuntime.Platform -> ObjCRuntime.Platform

Parameters

platform
Platform

The platform whose architecture to get.

Returns

Returns the architecture (32-bit or 64-bit) of the specified platform.

Applies to