C# Class ME3Explorer.AutoTOC

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Methods

Method Description
AutoTOC ( ) : System
GenerateAllTOCs ( System.Windows.Forms.RichTextBox rtb = null ) : void
prepareToCreateTOC ( string consoletocFile, System.Windows.Forms.RichTextBox rtb = null ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

Private Methods

Method Description
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

Method Details

AutoTOC() public method

public AutoTOC ( ) : System
return System

Dispose() protected method

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

GenerateAllTOCs() public static method

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

prepareToCreateTOC() public static method

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