C# Class ME3Explorer.TOCeditor

Inheritance: System.Windows.Forms.Form
显示文件 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
content List
memory byte[]

Public Methods

Method Description
updateTOCFromCommandLine ( IList arguments ) : int

Private Methods

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

Method Details

updateTOCFromCommandLine() public method

public updateTOCFromCommandLine ( IList arguments ) : int
arguments IList
return int

Property Details

content public_oe property

public List content
return List

memory public_oe property

public byte[] memory
return byte[]