PlatformHelper.ToMacVersion(Platform) Method

Definition

Get the OS version of the specified platform value.

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

Parameters

platform
Platform

The platform whose version to get.

Returns

Returns the macOS version of the specified platform value.

Applies to