次の方法で共有


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 のプラットフォーム値。

適用対象