C# Class ConEmuInside.ChildTerminal

ファイルを表示 Open project: Maximus5/conemu-inside Class Usage Examples

Protected Properties

Property Type Description
ConEmu Process
guiMacro GuiMacro

Public Methods

Method Description
ChildTerminal ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ChildTerminal_Load ( object sender, EventArgs e ) : void
ExecuteGuiMacro ( string asMacro ) : void
FindWindowEx ( IntPtr hParent, IntPtr hChild, string szClass, string szWindow ) : IntPtr
GetConEmu ( ) : string
GetConEmuCD ( ) : string
GetConEmuExe ( ) : string
InitializeComponent ( ) : void

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

MoveWindow ( IntPtr hWnd, int X, int Y, int nWidth, int nHeight, bool bRepaint ) : bool
RefreshControls ( bool bTermActive ) : void
closeBtn_Click ( object sender, EventArgs e ) : void
cmdBtn_Click ( object sender, EventArgs e ) : void
dirBtn_Click ( object sender, EventArgs e ) : void
exeBtn_Click ( object sender, EventArgs e ) : void
macroBtn_Click ( object sender, EventArgs e ) : void
printBtn_Click ( object sender, EventArgs e ) : void
promptBox_Enter ( object sender, EventArgs e ) : void
promptBox_KeyDown ( object sender, KeyEventArgs e ) : void
promptBox_Leave ( object sender, EventArgs e ) : void
startArgs_Enter ( object sender, EventArgs e ) : void
startBtn_Click ( object sender, EventArgs e ) : void
termPanel_Resize ( object sender, EventArgs e ) : void
timer1_Tick ( object sender, EventArgs e ) : void

Method Details

ChildTerminal() public method

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

Property Details

ConEmu protected_oe property

protected Process ConEmu
return Process

guiMacro protected_oe property

protected GuiMacro,ConEmuInside guiMacro
return GuiMacro