C# Class ConEmuInside.ChildTerminal

Afficher le fichier Open project: Maximus5/conemu-inside Class Usage Examples

Protected Properties

Свойство Type Description
ConEmu Process
guiMacro GuiMacro

Méthodes publiques

Méthode Description
ChildTerminal ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

Property Details

ConEmu protected_oe property

protected Process ConEmu
Résultat Process

guiMacro protected_oe property

protected GuiMacro,ConEmuInside guiMacro
Résultat GuiMacro