PlatformHelper.Is64BitOnlyOnCurrentPlatform(Platform) 方法

定义

检查指定的平台值是否为 64 位平台。

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

参数

platform
Platform

用于检查是否为 64 位平台的平台。

返回

如果指定的平台值为 64 位平台,则返回 true。

适用于