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.
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
FileToDownload string
FormTitle string
LocationToSaveFile string

Méthodes publiques

Méthode Description
FromFile ( string fileName ) : UpdaterRuntimeSettings
Save ( string fileName ) : void

Method Details

FromFile() public static méthode

public static FromFile ( string fileName ) : UpdaterRuntimeSettings
fileName string
Résultat UpdaterRuntimeSettings

Save() public méthode

public Save ( string fileName ) : void
fileName string
Résultat void

Property Details

FileToDownload public_oe property

public string FileToDownload
Résultat string

FormTitle public_oe property

public string FormTitle
Résultat string

LocationToSaveFile public_oe property

public string LocationToSaveFile
Résultat string