C# Class CSEvilTestor.Form1

Inheritance: System.Windows.Forms.Form, CSLE.ICLS_Logger
Show file Open project: lightszero/cslightcore

Public Methods

Method Description
Build ( string path, bool useTry ) : void
Form1 ( ) : CSEvilTestor.testfunc
Log ( string str ) : void
Log_Error ( string str ) : void
Log_Warn ( string str ) : void
Run ( string code, bool useTry ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

清理所有正在使用的资源。

Private Methods

Method Description
Form1_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

__Run ( string code, CSLE content ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button2_Click_1 ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
button4_Click ( object sender, EventArgs e ) : void
button5_Click ( object sender, EventArgs e ) : void
flowLayoutPanel2_Paint ( object sender, PaintEventArgs e ) : void
listItem_SelectedIndexChanged ( object sender, EventArgs e ) : void
textBox1_TextChanged ( object sender, EventArgs e ) : void

Method Details

Build() public method

public Build ( string path, bool useTry ) : void
path string
useTry bool
return void

Dispose() protected method

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
return void

Form1() public method

public Form1 ( ) : CSEvilTestor.testfunc
return CSEvilTestor.testfunc

Log() public method

public Log ( string str ) : void
str string
return void

Log_Error() public method

public Log_Error ( string str ) : void
str string
return void

Log_Warn() public method

public Log_Warn ( string str ) : void
str string
return void

Run() public method

public Run ( string code, bool useTry ) : void
code string
useTry bool
return void