C# 클래스 AEMManager.ConsoleWindow

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: wcm-io-devops/aem-manager 1 사용 예제들

공개 메소드들

메소드 설명
AppendConsoleLog ( string pText ) : void
ConsoleWindow ( AemInstance pAemInstance ) : System
InitStartProcess ( string pWorkDir, string pExecutable, string pArguments ) : void
Process_ErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void
Process_OutputDataReceived ( object sender, DataReceivedEventArgs e ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
ConsoleOutputWindow_FormClosing ( object sender, FormClosingEventArgs e ) : void
ConsoleOutputWindow_KeyDown ( object sender, KeyEventArgs e ) : void
InitializeComponent ( ) : void

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

cmClose_Click ( object sender, EventArgs e ) : void

메소드 상세

AppendConsoleLog() 공개 메소드

public AppendConsoleLog ( string pText ) : void
pText string
리턴 void

ConsoleWindow() 공개 메소드

public ConsoleWindow ( AemInstance pAemInstance ) : System
pAemInstance AemInstance
리턴 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

InitStartProcess() 공개 메소드

public InitStartProcess ( string pWorkDir, string pExecutable, string pArguments ) : void
pWorkDir string
pExecutable string
pArguments string
리턴 void

Process_ErrorDataReceived() 공개 메소드

public Process_ErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void
sender object
e System.Diagnostics.DataReceivedEventArgs
리턴 void

Process_OutputDataReceived() 공개 메소드

public Process_OutputDataReceived ( object sender, DataReceivedEventArgs e ) : void
sender object
e System.Diagnostics.DataReceivedEventArgs
리턴 void