C# Class AEMManager.ConsoleWindow

Inheritance: System.Windows.Forms.Form
Show file Open project: wcm-io-devops/aem-manager Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

AppendConsoleLog() public method

public AppendConsoleLog ( string pText ) : void
pText string
return void

ConsoleWindow() public method

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

InitStartProcess() public method

public InitStartProcess ( string pWorkDir, string pExecutable, string pArguments ) : void
pWorkDir string
pExecutable string
pArguments string
return void

Process_ErrorDataReceived() public method

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

Process_OutputDataReceived() public method

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