PlatformHelper.ParseApiPlatform(String, String) 方法

定义

将平台名称和字符串版本号分析为 Platform 枚举值。

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

参数

productName
String

产品名称。

productVersion
String

产品版本。

返回

指定的 ProductName 的平台值。

适用于