C# 클래스 TrakHound.Updates.AppInfo

Class to store the data from the 'appinfo' json file used to contain information about an application
파일 보기 프로젝트 열기: TrakHound/TrakHound-Community

공개 메소드들

메소드 설명
Get ( string url ) : AppInfo

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

비공개 메소드들

메소드 설명
Download ( string url, string path ) : bool
Parse ( string path ) : AppInfo

메소드 상세

Get() 공개 정적인 메소드

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