C# Class CLScriptTestor.Form1

Afficher le fichier Open project: lightszero/cslightcore

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

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

Private Methods

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

public static Cell ( double v ) : int
v double
Résultat int

Dispose() protected méthode

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

Form1() public méthode

public Form1 ( ) : System
Résultat System

InitCodeFile() public méthode

public InitCodeFile ( ) : void
Résultat void

Log() public méthode

public Log ( string str ) : void
str string
Résultat void

Log_Error() public méthode

public Log_Error ( string str ) : void
str string
Résultat void

Log_Warn() public méthode

public Log_Warn ( string str ) : void
str string
Résultat void

ReFormat() public méthode

public ReFormat ( ) : void
Résultat void

SafeLog() public méthode

public SafeLog ( string str, string type ) : void
str string
type string
Résultat void

ShowExp() public méthode

public ShowExp ( CSLE value ) : void
value CSLE
Résultat void

ShowExpNode() public méthode

public ShowExpNode ( TreeNode node, CSLE value ) : void
node TreeNode
value CSLE
Résultat void

Try() public static méthode

public static Try ( ) : void
Résultat void