C# Class Fractrace.TomoGeometry.TomoFormulaFactory

Afficher le fichier Open project: trafassel/Gestaltlupe

Méthodes publiques

Méthode Description
CreateFromString ( string source ) : TomoFormula

Méthodes protégées

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

Private Methods

Méthode Description
RemoveUnusedParameters ( string tomoSource ) : void
UsedParameters ( string code ) : bool>.Dictionary

Method Details

CompileCS() protected méthode

Compiles the code in C# assembly.
protected CompileCS ( string code, Microsoft &provider ) : void
code string
provider Microsoft
Résultat void

CompileVB() protected méthode

Compiles the Visual Basic code in assembly.
protected CompileVB ( string code, Microsoft &provider ) : void
code string
provider Microsoft
Résultat void

CreateFromString() public méthode

public CreateFromString ( string source ) : TomoFormula
source string
Résultat TomoFormula

GuessFormulaClass() protected méthode

Guess type of base formula ( TomoFormula or GestaltFormula )
protected GuessFormulaClass ( string formulaSource ) : string
formulaSource string
Résultat string

IsCsharpCode() protected méthode

protected IsCsharpCode ( string source ) : bool
source string
Résultat bool

ParseInterfaceVariables() protected méthode

protected ParseInterfaceVariables ( string code ) : List>
code string
Résultat List>