PlatformHelper.ToMacArch(Platform) Method

Definition

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

public static ObjCRuntime.Platform ToMacArch (this ObjCRuntime.Platform platform);
static member ToMacArch : 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