Méthode | Description | |
---|---|---|
CheckForLatest ( ) : void |
Checks if all installed plugins are compatible with the latest recorded TDSM version
|
|
GetAvailableUpdate ( string packageName = null, bool updateOnly = true ) : TDSM.Core.Net.Web.PackageInfo[] |
Get all available updates or check for a specific package update.
|
|
GetAvailableUpdates ( ) : TDSM.Core.Net.Web.PackageInfo[] |
Get all available updates
|
|
PerformUpdate ( |
Perform and update
|
Méthode | Description | |
---|---|---|
ExtractZip ( |
||
FetchUpdate ( |
||
GetGitHubRelease ( string url ) : GitHubRelease | ||
GetUpdateInfo ( string packageName, string currentVersion = null ) : |
||
GetUrl_PackageInfoUrl ( int apiBuild, short apiPhase, string packageName, string currentVersion = null ) : string | ||
InstallUpdate ( string path ) : string[] | ||
IsChild ( string path ) : string |
public static GetAvailableUpdate ( string packageName = null, bool updateOnly = true ) : TDSM.Core.Net.Web.PackageInfo[] | ||
packageName | string | |
updateOnly | bool | |
Résultat | TDSM.Core.Net.Web.PackageInfo[] |
public static GetAvailableUpdates ( ) : TDSM.Core.Net.Web.PackageInfo[] | ||
Résultat | TDSM.Core.Net.Web.PackageInfo[] |
public static PerformUpdate ( |
||
info | ||
Résultat | bool |