C# 클래스 ME3Explorer.TOCeditor

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
content List
memory byte[]

공개 메소드들

메소드 설명
updateTOCFromCommandLine ( IList arguments ) : int

비공개 메소드들

메소드 설명
editFilesize ( int n, string newsize ) : void
loadTOCfile ( string path ) : void
saveTOC ( string path ) : void
searchFirstResult ( string search ) : int

메소드 상세

updateTOCFromCommandLine() 공개 메소드

public updateTOCFromCommandLine ( IList arguments ) : int
arguments IList
리턴 int

프로퍼티 상세

content 공개적으로 프로퍼티

public List content
리턴 List

memory 공개적으로 프로퍼티

public byte[] memory
리턴 byte[]