PlatformHelper.Is64BitOnlyOnCurrentPlatform(Platform) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.