C# Класс TrakHound.Updates.AppInfo

Class to store the data from the 'appinfo' json file used to contain information about an application
Показать файл Открыть проект

Открытые методы

Метод Описание
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