C# Class ME3Explorer.TOCeditor

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
content List
memory byte[]

Méthodes publiques

Méthode Description
updateTOCFromCommandLine ( IList arguments ) : int

Private Methods

Méthode Description
editFilesize ( int n, string newsize ) : void
loadTOCfile ( string path ) : void
saveTOC ( string path ) : void
searchFirstResult ( string search ) : int

Method Details

updateTOCFromCommandLine() public méthode

public updateTOCFromCommandLine ( IList arguments ) : int
arguments IList
Résultat int

Property Details

content public_oe property

public List content
Résultat List

memory public_oe property

public byte[] memory
Résultat byte[]