C# Class Monobjc.Tools.Utilities.NativeVersionExtractor

Exibir arquivo Open project: Monobjc/monobjc-tools

Public Methods

Method Description
GetVersion ( String applicationPath ) : System.Version

Gets the version of the native application.

Method Details

GetVersion() public static method

Gets the version of the native application.
public static GetVersion ( String applicationPath ) : System.Version
applicationPath String The application path with or without the ".app" extension.
return System.Version