C# Class FRBDKUpdater.UpdaterRuntimeSettings

Contains information about what to update. This is a general-purpose class which can be used to download any other type, as opposed to the FrbdkUpdaterSettings.cs class which contains information specific to updating the FRBDK.
Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
FileToDownload string
FormTitle string
LocationToSaveFile string

Public Methods

Method Description
FromFile ( string fileName ) : UpdaterRuntimeSettings
Save ( string fileName ) : void

Method Details

FromFile() public static method

public static FromFile ( string fileName ) : UpdaterRuntimeSettings
fileName string
return UpdaterRuntimeSettings

Save() public method

public Save ( string fileName ) : void
fileName string
return void

Property Details

FileToDownload public property

public string FileToDownload
return string

FormTitle public property

public string FormTitle
return string

LocationToSaveFile public property

public string LocationToSaveFile
return string