C# Class XLibrary.Panels.ConsolePanel

Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: swax/CodePerspective

Public Properties

Property Type Description
Main MainForm
Nodes XNodeIn[]

Public Methods

Method Description
ConsolePanel ( ) : System
Init ( MainForm main ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Eval ( string expr ) : string
InitializeComponent ( ) : void

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

ProcessInput ( string input ) : void
RunCommand ( string input ) : string
textBox1_KeyPress ( object sender, KeyPressEventArgs e ) : void

Method Details

ConsolePanel() public method

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

Init() public method

public Init ( MainForm main ) : void
main MainForm
return void

Property Details

Main public_oe property

public MainForm Main
return MainForm

Nodes public_oe property

public XNodeIn[] Nodes
return XNodeIn[]