C# Класс AEMManager.ConsoleWindow

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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