|
| static Regex | VersionRegex = new(@"(\d+)\.?(\d+)?\.?(\d+)?\.?(\d+)?") |
| | 版本号X.X.X.X的正则表达式s
|
◆ CompareVersion()
| int Game.APIUpdateManager.CompareVersion |
( |
string | current, |
|
|
string | target ) |
|
static |
◆ GetAPIReleasesJsonDocument()
| async Task< JsonDocument > Game.APIUpdateManager.GetAPIReleasesJsonDocument |
( |
| ) |
|
|
static |
◆ GetIsNeedUpdate()
| async Task< bool > Game.APIUpdateManager.GetIsNeedUpdate |
( |
| ) |
|
|
static |
◆ GetLatestAPIJsonDocument()
| async Task< JsonDocument > Game.APIUpdateManager.GetLatestAPIJsonDocument |
( |
| ) |
|
|
static |
◆ GetLatestVersion()
| async Task< string > Game.APIUpdateManager.GetLatestVersion |
( |
bool | direct | ) |
|
|
static |
◆ Initialize()
| void Game.APIUpdateManager.Initialize |
( |
| ) |
|
|
static |
◆ ParseVersionFromString()
| uint Game.APIUpdateManager.ParseVersionFromString |
( |
string | version | ) |
|
|
static |
◆ VersionRegex
| Regex Game.APIUpdateManager.VersionRegex = new(@"(\d+)\.?(\d+)?\.?(\d+)?\.?(\d+)?") |
|
static |
◆ CurrentVersion
| string Game.APIUpdateManager.CurrentVersion |
|
staticget |
◆ IsNeedUpdate
| ? bool Game.APIUpdateManager.IsNeedUpdate |
|
staticgetprivate set |
◆ LatestVersion
| string Game.APIUpdateManager.LatestVersion |
|
staticgetprivate set |
该类的文档由以下文件生成: