C# Class FeliCa2Money.VersionUpdateChecker

Inheritance: UpdateChecker
Mostrar archivo Open project: tmurakam/felica2money Class Usage Examples

Public Methods

Method Description
CheckUpdate ( bool forceCheck = false ) : void

アップデートチェックを行う

getCurrentVersion ( ) : string

Protected Methods

Method Description
getRemoteUrl ( ) : string

Method Details

CheckUpdate() public method

アップデートチェックを行う
public CheckUpdate ( bool forceCheck = false ) : void
forceCheck bool
return void

getCurrentVersion() public static method

public static getCurrentVersion ( ) : string
return string

getRemoteUrl() protected method

protected getRemoteUrl ( ) : string
return string