C# Class DeploymentDownloader.ALFADeployerTool

Afficher le fichier Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Méthodes publiques

Свойство Type Description
ADLResources List
ModuleName string
NWN2HomePath string
NWN2InstallPath string
NWNX4Path string
PatchURL string
ServerList string>.Dictionary
wcDownloader System.Net.WebClient

Méthodes publiques

Méthode Description
GetHomeSubfolder ( string folder ) : string
GetModuleFolder ( string module = null ) : string
LoadConfiguration ( ) : void
ParseOutput_Recompile ( object sender, DataReceivedEventArgs e ) : void
Run ( ) : void

Private Methods

Méthode Description
AdjustModuleVariables ( ) : void
CheckForCommonIssues ( ) : void
DownloadLatestACR ( ) : void
FetchExternalDependencies ( ) : void
PatchModuleResourceXML ( ) : void
RecompileModuleScripts ( ) : void

Method Details

GetHomeSubfolder() public méthode

public GetHomeSubfolder ( string folder ) : string
folder string
Résultat string

GetModuleFolder() public méthode

public GetModuleFolder ( string module = null ) : string
module string
Résultat string

LoadConfiguration() public méthode

public LoadConfiguration ( ) : void
Résultat void

ParseOutput_Recompile() public méthode

public ParseOutput_Recompile ( object sender, DataReceivedEventArgs e ) : void
sender object
e System.Diagnostics.DataReceivedEventArgs
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

Property Details

ADLResources public_oe property

public List ADLResources
Résultat List

ModuleName public_oe property

public string ModuleName
Résultat string

NWN2HomePath public_oe property

public string NWN2HomePath
Résultat string

NWN2InstallPath public_oe property

public string NWN2InstallPath
Résultat string

NWNX4Path public_oe property

public string NWNX4Path
Résultat string

PatchURL public_oe property

public string PatchURL
Résultat string

ServerList public_oe property

public Dictionary ServerList
Résultat string>.Dictionary

wcDownloader public_oe property

public WebClient,System.Net wcDownloader
Résultat System.Net.WebClient