메소드 | 설명 | |
---|---|---|
CreateFromString ( string source ) : |
메소드 | 설명 | |
---|---|---|
CompileCS ( string code, Microsoft &provider ) : void |
Compiles the code in C# assembly.
|
|
CompileVB ( string code, Microsoft &provider ) : void |
Compiles the Visual Basic code in assembly.
|
|
GuessFormulaClass ( string formulaSource ) : string |
Guess type of base formula ( TomoFormula or GestaltFormula )
|
|
IsCsharpCode ( string source ) : bool | ||
ParseInterfaceVariables ( string code ) : List |
메소드 | 설명 | |
---|---|---|
RemoveUnusedParameters ( string tomoSource ) : void | ||
UsedParameters ( string code ) : bool>.Dictionary |
protected CompileCS ( string code, Microsoft &provider ) : void | ||
code | string | |
provider | Microsoft | |
리턴 | void |
protected CompileVB ( string code, Microsoft &provider ) : void | ||
code | string | |
provider | Microsoft | |
리턴 | void |
public CreateFromString ( string source ) : |
||
source | string | |
리턴 |
protected GuessFormulaClass ( string formulaSource ) : string | ||
formulaSource | string | |
리턴 | string |
protected ParseInterfaceVariables ( string code ) : List |
||
code | string | |
리턴 | List |