C# Class TrakHound.Updates.AppInfo

Class to store the data from the 'appinfo' json file used to contain information about an application
Exibir arquivo Open project: TrakHound/TrakHound-Community

Public Methods

Method Description
Get ( string url ) : AppInfo

Downloads the AppInfo using the given Url, parses the file, and returns the AppInfo object

Private Methods

Method Description
Download ( string url, string path ) : bool
Parse ( string path ) : AppInfo

Method Details

Get() public static method

Downloads the AppInfo using the given Url, parses the file, and returns the AppInfo object
public static Get ( string url ) : AppInfo
url string
return AppInfo