C# 클래스 ConEmuInside.ChildTerminal

파일 보기 프로젝트 열기: Maximus5/conemu-inside 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
ConEmu Process
guiMacro GuiMacro

공개 메소드들

메소드 설명
ChildTerminal ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

ChildTerminal() 공개 메소드

public ChildTerminal ( ) : System
리턴 System

Dispose() 보호된 메소드

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

프로퍼티 상세

ConEmu 보호되어 있는 프로퍼티

protected Process ConEmu
리턴 Process

guiMacro 보호되어 있는 프로퍼티

protected GuiMacro,ConEmuInside guiMacro
리턴 GuiMacro