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

ファイルを表示 Open project: samarjeet27/ynoteclassic Class Usage Examples

Public Methods

Method Description
Commander ( ) : System
RunCommand ( IYnote ynote, string commandstr ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnShown ( EventArgs e ) : void

Private Methods

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

public Commander ( ) : System
return System

Dispose() protected method

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

OnShown() protected method

protected OnShown ( EventArgs e ) : void
e EventArgs
return void

RunCommand() public static method

public static RunCommand ( IYnote ynote, string commandstr ) : void
ynote IYnote
commandstr string
return void