C# Class ME3Explorer.AutoTOC

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

Private Methods

Méthode 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 méthode

public AutoTOC ( ) : System
Résultat System

Dispose() protected méthode

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

GenerateAllTOCs() public static méthode

public static GenerateAllTOCs ( System.Windows.Forms.RichTextBox rtb = null ) : void
rtb System.Windows.Forms.RichTextBox
Résultat void

prepareToCreateTOC() public static méthode

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