C# 클래스 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.
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FileToDownload string
FormTitle string
LocationToSaveFile string

공개 메소드들

메소드 설명
FromFile ( string fileName ) : UpdaterRuntimeSettings
Save ( string fileName ) : void

메소드 상세

FromFile() 공개 정적인 메소드

public static FromFile ( string fileName ) : UpdaterRuntimeSettings
fileName string
리턴 UpdaterRuntimeSettings

Save() 공개 메소드

public Save ( string fileName ) : void
fileName string
리턴 void

프로퍼티 상세

FileToDownload 공개적으로 프로퍼티

public string FileToDownload
리턴 string

FormTitle 공개적으로 프로퍼티

public string FormTitle
리턴 string

LocationToSaveFile 공개적으로 프로퍼티

public string LocationToSaveFile
리턴 string