PlatformHelper.Is64BitOnlyOnCurrentPlatform(Platform) Method

Definition

Check if the specified platform value is a 64-bit platform.

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

Parameters

platform
Platform

The platform to check if it's a 64-bit platform.

Returns

Returns true if the specified platform value is a 64-bit platform.

Applies to