C# 클래스 DeploymentDownloader.ADLResource

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

공개 프로퍼티들

프로퍼티 타입 설명
critical bool
dlsize long
downloadHash string
exclude bool
hash string
name string
servers List
size long
type string
urlOverride string

공개 메소드들

메소드 설명
ADLResource ( System.Xml.Linq.XElement xmlElement ) : System
Update ( string NWN2HomeDir, string DownloadDirectory, string>.Dictionary ServerList ) : void

메소드 상세

ADLResource() 공개 메소드

public ADLResource ( System.Xml.Linq.XElement xmlElement ) : System
xmlElement System.Xml.Linq.XElement
리턴 System

Update() 공개 메소드

public Update ( string NWN2HomeDir, string DownloadDirectory, string>.Dictionary ServerList ) : void
NWN2HomeDir string
DownloadDirectory string
ServerList string>.Dictionary
리턴 void

프로퍼티 상세

critical 공개적으로 프로퍼티

public bool critical
리턴 bool

dlsize 공개적으로 프로퍼티

public long dlsize
리턴 long

downloadHash 공개적으로 프로퍼티

public string downloadHash
리턴 string

exclude 공개적으로 프로퍼티

public bool exclude
리턴 bool

hash 공개적으로 프로퍼티

public string hash
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

servers 공개적으로 프로퍼티

public List servers
리턴 List

size 공개적으로 프로퍼티

public long size
리턴 long

type 공개적으로 프로퍼티

public string type
리턴 string

urlOverride 공개적으로 프로퍼티

public string urlOverride
리턴 string