C# 클래스 ME3Explorer.AutoTOC

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

공개 메소드들

메소드 설명
AutoTOC ( ) : System
GenerateAllTOCs ( System.Windows.Forms.RichTextBox rtb = null ) : void
prepareToCreateTOC ( string consoletocFile, System.Windows.Forms.RichTextBox rtb = null ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

비공개 메소드들

메소드 설명
CreateTOC ( string basepath, string tocFile, string files ) : void
DirFiles ( string path ) : string[]
GetFiles ( string basefolder ) : List
InitializeComponent ( ) : void

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.

TOCAsync ( string tocLoc ) : System.Threading.Tasks.Task
createTOCButton_Click ( object sender, EventArgs e ) : void
generateAllTOCsButton_Click ( object sender, EventArgs e ) : void

메소드 상세

AutoTOC() 공개 메소드

public AutoTOC ( ) : System
리턴 System

Dispose() 보호된 메소드

Verwendete Ressourcen bereinigen.
protected Dispose ( bool disposing ) : void
disposing bool True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
리턴 void

GenerateAllTOCs() 공개 정적인 메소드

public static GenerateAllTOCs ( System.Windows.Forms.RichTextBox rtb = null ) : void
rtb System.Windows.Forms.RichTextBox
리턴 void

prepareToCreateTOC() 공개 정적인 메소드

public static prepareToCreateTOC ( string consoletocFile, System.Windows.Forms.RichTextBox rtb = null ) : void
consoletocFile string
rtb System.Windows.Forms.RichTextBox
리턴 void