C# 클래스 AmaroK86.MassEffect3.DLCEditor

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
automated bool
listComplete action>.SortedDictionary
verbose bool

공개 메소드들

메소드 설명
DLCEditor ( DLCBase dlcBase ) : System
Execute ( string outputFile ) : void
Execute ( string outputFile, BackgroundWorker worker = null, int Threads = 2 ) : void
checkForExec ( ) : bool
isFileSetForDelete ( string filename ) : bool
isFileSetForReplacement ( string filename ) : bool
setAddFile ( string newFilePathName, string fileName ) : void
setDeleteFile ( string fileName ) : void
setReplaceFile ( string fileToReplace, string newFile ) : void
undoAddFile ( string newFilePathName ) : void
undoDeleteFile ( string fileName ) : void
undoReplaceFile ( string fileToReplace ) : void

비공개 메소드들

메소드 설명
fileIsPresent ( string fileName ) : bool

메소드 상세

DLCEditor() 공개 메소드

public DLCEditor ( DLCBase dlcBase ) : System
dlcBase DLCBase
리턴 System

Execute() 공개 메소드

public Execute ( string outputFile ) : void
outputFile string
리턴 void

Execute() 공개 메소드

public Execute ( string outputFile, BackgroundWorker worker = null, int Threads = 2 ) : void
outputFile string
worker System.ComponentModel.BackgroundWorker
Threads int
리턴 void

checkForExec() 공개 메소드

public checkForExec ( ) : bool
리턴 bool

isFileSetForDelete() 공개 메소드

public isFileSetForDelete ( string filename ) : bool
filename string
리턴 bool

isFileSetForReplacement() 공개 메소드

public isFileSetForReplacement ( string filename ) : bool
filename string
리턴 bool

setAddFile() 공개 메소드

public setAddFile ( string newFilePathName, string fileName ) : void
newFilePathName string
fileName string
리턴 void

setDeleteFile() 공개 메소드

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

setReplaceFile() 공개 메소드

public setReplaceFile ( string fileToReplace, string newFile ) : void
fileToReplace string
newFile string
리턴 void

undoAddFile() 공개 메소드

public undoAddFile ( string newFilePathName ) : void
newFilePathName string
리턴 void

undoDeleteFile() 공개 메소드

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

undoReplaceFile() 공개 메소드

public undoReplaceFile ( string fileToReplace ) : void
fileToReplace string
리턴 void

프로퍼티 상세

automated 공개적으로 프로퍼티

public bool automated
리턴 bool

listComplete 공개적으로 프로퍼티

public SortedDictionary listComplete
리턴 action>.SortedDictionary

verbose 공개적으로 프로퍼티

public bool verbose
리턴 bool