共用方式為


PlatformHelper.Is64BitOnlyOnCurrentPlatform(Platform) 方法

定義

檢查指定的平臺值是否為 64 位平臺。

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

參數

platform
Platform

要檢查其是否為 64 位平臺的平臺。

傳回

如果指定的平臺值是 64 位平臺,則傳回 true。

適用於