PlatformHelper.ToMacArch(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.
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.