C# Class Monobjc.Tools.Utilities.NativeVersionExtractor

Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes publiques

Méthode Description
GetVersion ( String applicationPath ) : System.Version

Gets the version of the native application.

Method Details

GetVersion() public static méthode

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.
Résultat System.Version