PlatformHelper.ParseApiPlatform(String, String) 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.
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.