C# Class Rsdn.Janus.ConsoleForm

Inheritance: JanusBaseForm
Afficher le fichier Open project: rsdn/janus Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
ConsoleForm ( [ provider ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddToHistory ( [ command ) : void
ClearInput ( ) : void
ConsoleEditorCharAdded ( object sender, KeyPressEventArgs e ) : void
ConsoleEditorKeyDown ( object sender, KeyEventArgs e ) : void
ConsoleEditorModified ( object sender, ModifiedEventArgs e ) : void
ConsoleEditorStyleNeeded ( object sender, StyleNeededEventArgs e ) : void
Execute ( ) : void
GetLeafNodes ( IEnumerable parentNode ) : IEnumerable
HistoryBack ( ) : void
HistoryForward ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

NodeToStyle ( ASTNode node ) : TextStyle
Prompt ( ) : void
ShowAutocomplete ( ) : void
Write ( [ text ) : void
WriteLine ( [ text ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

ConsoleForm() public méthode

public ConsoleForm ( [ provider ) : System
provider [
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void