C# Class CLScriptTestor.Form1

Show file Open project: lightszero/cslightcore

Public Methods

Method Description
Cell ( double v ) : int
Form1 ( ) : System
InitCodeFile ( ) : void
Log ( string str ) : void
Log_Error ( string str ) : void
Log_Warn ( string str ) : void
ReFormat ( ) : void
SafeLog ( string str, string type ) : void
ShowExp ( CSLE value ) : void
ShowExpNode ( TreeNode node, CSLE value ) : void
Try ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

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

Private Methods

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

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

ParseTokenFromat ( IList tlist, RichTextBox rbox ) : int
Profile ( int count ) : void
button10_Click ( object sender, EventArgs e ) : void
button11_Click ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( 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
button6_Click ( object sender, EventArgs e ) : void
button7_Click ( object sender, EventArgs e ) : void
button8_Click ( object sender, EventArgs e ) : void
button9_Click ( object sender, EventArgs e ) : void
button_saveCode_Click ( object sender, EventArgs e ) : void
listCodeFile_SelectedIndexChanged ( object sender, EventArgs e ) : void
listLog_SelectedIndexChanged ( object sender, EventArgs e ) : void
richTextBox_Code_KeyDown ( object sender, KeyEventArgs e ) : void
richTextBox_Code_TextChanged ( object sender, EventArgs e ) : void
testCallAdd ( int a, int b ) : int
testCallAdd4 ( int a, int b, int c, int d ) : int
testCallDec ( int a, int b ) : int

Method Details

Cell() public static method

public static Cell ( double v ) : int
v double
return int

Dispose() protected method

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

Form1() public method

public Form1 ( ) : System
return System

InitCodeFile() public method

public InitCodeFile ( ) : void
return void

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

ReFormat() public method

public ReFormat ( ) : void
return void

SafeLog() public method

public SafeLog ( string str, string type ) : void
str string
type string
return void

ShowExp() public method

public ShowExp ( CSLE value ) : void
value CSLE
return void

ShowExpNode() public method

public ShowExpNode ( TreeNode node, CSLE value ) : void
node TreeNode
value CSLE
return void

Try() public static method

public static Try ( ) : void
return void