C# Class AmaroK86.MassEffect3.DLCEditor

Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
automated bool
listComplete action>.SortedDictionary
verbose bool

Méthodes publiques

Méthode 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

Méthode Description
fileIsPresent ( string fileName ) : bool

Method Details

DLCEditor() public méthode

public DLCEditor ( DLCBase dlcBase ) : System
dlcBase DLCBase
Résultat System

Execute() public méthode

public Execute ( string outputFile ) : void
outputFile string
Résultat void

Execute() public méthode

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

checkForExec() public méthode

public checkForExec ( ) : bool
Résultat bool

isFileSetForDelete() public méthode

public isFileSetForDelete ( string filename ) : bool
filename string
Résultat bool

isFileSetForReplacement() public méthode

public isFileSetForReplacement ( string filename ) : bool
filename string
Résultat bool

setAddFile() public méthode

public setAddFile ( string newFilePathName, string fileName ) : void
newFilePathName string
fileName string
Résultat void

setDeleteFile() public méthode

public setDeleteFile ( string fileName ) : void
fileName string
Résultat void

setReplaceFile() public méthode

public setReplaceFile ( string fileToReplace, string newFile ) : void
fileToReplace string
newFile string
Résultat void

undoAddFile() public méthode

public undoAddFile ( string newFilePathName ) : void
newFilePathName string
Résultat void

undoDeleteFile() public méthode

public undoDeleteFile ( string fileName ) : void
fileName string
Résultat void

undoReplaceFile() public méthode

public undoReplaceFile ( string fileToReplace ) : void
fileToReplace string
Résultat void

Property Details

automated public_oe property

public bool automated
Résultat bool

listComplete public_oe property

public SortedDictionary listComplete
Résultat action>.SortedDictionary

verbose public_oe property

public bool verbose
Résultat bool