C# Class AEMManager.ConsoleWindow

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: wcm-io-devops/aem-manager Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

public AppendConsoleLog ( string pText ) : void
pText string
Résultat void

ConsoleWindow() public méthode

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

InitStartProcess() public méthode

public InitStartProcess ( string pWorkDir, string pExecutable, string pArguments ) : void
pWorkDir string
pExecutable string
pArguments string
Résultat void

Process_ErrorDataReceived() public méthode

public Process_ErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void
sender object
e System.Diagnostics.DataReceivedEventArgs
Résultat void

Process_OutputDataReceived() public méthode

public Process_OutputDataReceived ( object sender, DataReceivedEventArgs e ) : void
sender object
e System.Diagnostics.DataReceivedEventArgs
Résultat void