C# Class SS.Ynote.Classic.Core.Commander

Afficher le fichier Open project: samarjeet27/ynoteclassic Class Usage Examples

Méthodes publiques

Méthode Description
Commander ( ) : System
RunCommand ( IYnote ynote, string commandstr ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnShown ( EventArgs e ) : void

Private Methods

Méthode Description
BuildAutoComplete ( ) : void
GetCommand ( string script, IYnote ynote ) : ICommand
GetCommands ( ) : IEnumerable
InitializeComponent ( ) : void

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

ReloadCommands ( ) : void
RunCommand ( YnoteCommand c ) : void
textBox1_Click ( object sender, EventArgs e ) : void
textBox1_KeyDown ( object sender, KeyEventArgs e ) : void

Method Details

Commander() public méthode

public Commander ( ) : System
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

OnShown() protected méthode

protected OnShown ( EventArgs e ) : void
e EventArgs
Résultat void

RunCommand() public static méthode

public static RunCommand ( IYnote ynote, string commandstr ) : void
ynote IYnote
commandstr string
Résultat void