PlatformHelper.ParseApiPlatform(String, String) Method

Definition

Parses a platform name and string version number into a Platform enumeration value.

public static ObjCRuntime.Platform ParseApiPlatform (string productName, string productVersion);
static member ParseApiPlatform : string * string -> ObjCRuntime.Platform

Parameters

productName
String

Product name.

productVersion
String

Product version.

Returns

The platform value for the specified ProductName.

Applies to