C# Class WinGui.EqBridge

Inheritance: IDisposable
Afficher le fichier Open project: Twinside/Eq Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
EqBridge ( bool useDefaultContext ) : System
EvalProgram ( string txt ) : string
EvalProgramWithContext ( string txt ) : Tuple
EvalProgramWithContext ( string txt ) : string
FormatProgram ( string txt ) : string
TranslateMathMLToEq ( string txt ) : string

Private Methods

Méthode Description
EndRuntime ( ) : void
Init ( ) : void
InitRuntime ( ) : int
dllCallEqEval ( [ txt ) : IntPtr
dllCallEqEvalWithContext ( [ txt, IntPtr context ) : IntPtr
dllCallEqEvalWithContext ( [ txt, IntPtr context, [ rez, [ unformated, [ mathMl ) : void
dllCallEqFormat ( [ txt ) : IntPtr
dllCallMathMLToEq ( [ txt ) : IntPtr
dllCreateContext ( ) : IntPtr
dllCreateContextWithLib ( ) : IntPtr
dllDeleteContext ( IntPtr handle ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EqBridge() public méthode

public EqBridge ( bool useDefaultContext ) : System
useDefaultContext bool
Résultat System

EvalProgram() public méthode

public EvalProgram ( string txt ) : string
txt string
Résultat string

EvalProgramWithContext() public méthode

public EvalProgramWithContext ( string txt ) : Tuple
txt string
Résultat Tuple

EvalProgramWithContext() public méthode

public EvalProgramWithContext ( string txt ) : string
txt string
Résultat string

FormatProgram() public méthode

public FormatProgram ( string txt ) : string
txt string
Résultat string

TranslateMathMLToEq() public méthode

public TranslateMathMLToEq ( string txt ) : string
txt string
Résultat string