C# Класс Cooker.CookerForm

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
AppendText void
GenerateCommandLine string
InitializeComponent void
MessageBox void
SendMessage IntPtr
buttonBasePath_Click void
buttonCook_Click void
buttonCustom_Click void
buttonLoadMap_Click void
comboBoxExecutable_SelectedIndexChanged void
comboBoxPlatform_SelectedIndexChanged void
processCook_ErrorDataReceived void
processCook_OutputDataReceived void
textBoxCommandLine_TextChanged void

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

Метод Описание
CookerForm ( ) : System
HideSelection ( bool hide ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
AppendText ( string text ) : void
GenerateCommandLine ( ) : string

Generates the final command line used for cooking

InitializeComponent ( ) : void

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

MessageBox ( string _Text, MessageBoxButtons _Buttons, MessageBoxIcon _Icon ) : void
SendMessage ( IntPtr hWnd, UInt32 Msg, Int32 wParam, Int32 lParam ) : IntPtr
buttonBasePath_Click ( object sender, EventArgs e ) : void
buttonCook_Click ( object sender, EventArgs e ) : void
buttonCustom_Click ( object sender, EventArgs e ) : void
buttonLoadMap_Click ( object sender, EventArgs e ) : void
comboBoxExecutable_SelectedIndexChanged ( object sender, EventArgs e ) : void
comboBoxPlatform_SelectedIndexChanged ( object sender, EventArgs e ) : void
processCook_ErrorDataReceived ( object sender, System e ) : void
processCook_OutputDataReceived ( object sender, System e ) : void
textBoxCommandLine_TextChanged ( object sender, EventArgs e ) : void

Описание методов

CookerForm() публичный Метод

public CookerForm ( ) : 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

HideSelection() публичный Метод

public HideSelection ( bool hide ) : void
hide bool
Результат void