C# 클래스 Fractrace.TomoGeometry.TomoFormulaFactory

파일 보기 프로젝트 열기: trafassel/Gestaltlupe

공개 메소드들

메소드 설명
CreateFromString ( string source ) : TomoFormula

보호된 메소드들

메소드 설명
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

메소드 상세

CompileCS() 보호된 메소드

Compiles the code in C# assembly.
protected CompileCS ( string code, Microsoft &provider ) : void
code string
provider Microsoft
리턴 void

CompileVB() 보호된 메소드

Compiles the Visual Basic code in assembly.
protected CompileVB ( string code, Microsoft &provider ) : void
code string
provider Microsoft
리턴 void

CreateFromString() 공개 메소드

public CreateFromString ( string source ) : TomoFormula
source string
리턴 TomoFormula

GuessFormulaClass() 보호된 메소드

Guess type of base formula ( TomoFormula or GestaltFormula )
protected GuessFormulaClass ( string formulaSource ) : string
formulaSource string
리턴 string

IsCsharpCode() 보호된 메소드

protected IsCsharpCode ( string source ) : bool
source string
리턴 bool

ParseInterfaceVariables() 보호된 메소드

protected ParseInterfaceVariables ( string code ) : List>
code string
리턴 List>