C# 클래스 DeploymentDownloader.ALFADeployerTool

파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ADLResources List
ModuleName string
NWN2HomePath string
NWN2InstallPath string
NWNX4Path string
PatchURL string
ServerList string>.Dictionary
wcDownloader System.Net.WebClient

공개 메소드들

메소드 설명
GetHomeSubfolder ( string folder ) : string
GetModuleFolder ( string module = null ) : string
LoadConfiguration ( ) : void
ParseOutput_Recompile ( object sender, DataReceivedEventArgs e ) : void
Run ( ) : void

비공개 메소드들

메소드 설명
AdjustModuleVariables ( ) : void
CheckForCommonIssues ( ) : void
DownloadLatestACR ( ) : void
FetchExternalDependencies ( ) : void
PatchModuleResourceXML ( ) : void
RecompileModuleScripts ( ) : void

메소드 상세

GetHomeSubfolder() 공개 메소드

public GetHomeSubfolder ( string folder ) : string
folder string
리턴 string

GetModuleFolder() 공개 메소드

public GetModuleFolder ( string module = null ) : string
module string
리턴 string

LoadConfiguration() 공개 메소드

public LoadConfiguration ( ) : void
리턴 void

ParseOutput_Recompile() 공개 메소드

public ParseOutput_Recompile ( object sender, DataReceivedEventArgs e ) : void
sender object
e System.Diagnostics.DataReceivedEventArgs
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void

프로퍼티 상세

ADLResources 공개적으로 프로퍼티

public List ADLResources
리턴 List

ModuleName 공개적으로 프로퍼티

public string ModuleName
리턴 string

NWN2HomePath 공개적으로 프로퍼티

public string NWN2HomePath
리턴 string

NWN2InstallPath 공개적으로 프로퍼티

public string NWN2InstallPath
리턴 string

NWNX4Path 공개적으로 프로퍼티

public string NWNX4Path
리턴 string

PatchURL 공개적으로 프로퍼티

public string PatchURL
리턴 string

ServerList 공개적으로 프로퍼티

public Dictionary ServerList
리턴 string>.Dictionary

wcDownloader 공개적으로 프로퍼티

public WebClient,System.Net wcDownloader
리턴 System.Net.WebClient