C# 클래스 MGDF.GamesManager.PackageGen.Program

파일 보기 프로젝트 열기: mrsharpoblunto/MGDF

공개 메소드들

메소드 설명
CreateInstaller ( string input, string output, bool>.Func excludeFromCompression ) : void
CreateUpdateFileData ( UpdateDetails details, List removeFiles ) : byte[]
CreateUpdateInstaller ( UpdateDetails updateDetails, string oldArchiveFile, string newArchiveFile, string updateArchiveFile ) : void

비공개 메소드들

메소드 설명
Main ( string args ) : int
ValidateInstaller ( GameInstall install, PackageMetadata data ) : bool
ValidateInstaller ( string installerFile, PackageMetadata data ) : bool
ValidateNonUpdateInstaller ( string installerFile, GameInstall &install ) : bool

메소드 상세

CreateInstaller() 공개 정적인 메소드

public static CreateInstaller ( string input, string output, bool>.Func excludeFromCompression ) : void
input string
output string
excludeFromCompression bool>.Func
리턴 void

CreateUpdateFileData() 공개 정적인 메소드

public static CreateUpdateFileData ( UpdateDetails details, List removeFiles ) : byte[]
details UpdateDetails
removeFiles List
리턴 byte[]

CreateUpdateInstaller() 공개 정적인 메소드

public static CreateUpdateInstaller ( UpdateDetails updateDetails, string oldArchiveFile, string newArchiveFile, string updateArchiveFile ) : void
updateDetails UpdateDetails
oldArchiveFile string
newArchiveFile string
updateArchiveFile string
리턴 void