C# Class AmaroK86.MassEffect3.DLCEditor

显示文件 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
automated bool
listComplete action>.SortedDictionary
verbose bool

Public Methods

Method Description
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

Private Methods

Method Description
fileIsPresent ( string fileName ) : bool

Method Details

DLCEditor() public method

public DLCEditor ( DLCBase dlcBase ) : System
dlcBase DLCBase
return System

Execute() public method

public Execute ( string outputFile ) : void
outputFile string
return void

Execute() public method

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

checkForExec() public method

public checkForExec ( ) : bool
return bool

isFileSetForDelete() public method

public isFileSetForDelete ( string filename ) : bool
filename string
return bool

isFileSetForReplacement() public method

public isFileSetForReplacement ( string filename ) : bool
filename string
return bool

setAddFile() public method

public setAddFile ( string newFilePathName, string fileName ) : void
newFilePathName string
fileName string
return void

setDeleteFile() public method

public setDeleteFile ( string fileName ) : void
fileName string
return void

setReplaceFile() public method

public setReplaceFile ( string fileToReplace, string newFile ) : void
fileToReplace string
newFile string
return void

undoAddFile() public method

public undoAddFile ( string newFilePathName ) : void
newFilePathName string
return void

undoDeleteFile() public method

public undoDeleteFile ( string fileName ) : void
fileName string
return void

undoReplaceFile() public method

public undoReplaceFile ( string fileToReplace ) : void
fileToReplace string
return void

Property Details

automated public_oe property

public bool automated
return bool

listComplete public_oe property

public SortedDictionary listComplete
return action>.SortedDictionary

verbose public_oe property

public bool verbose
return bool