C# Class WinGui.EqBridge

Inheritance: IDisposable
Show file Open project: Twinside/Eq Class Usage Examples

Public Methods

Method 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

Method 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 method

public Dispose ( ) : void
return void

EqBridge() public method

public EqBridge ( bool useDefaultContext ) : System
useDefaultContext bool
return System

EvalProgram() public method

public EvalProgram ( string txt ) : string
txt string
return string

EvalProgramWithContext() public method

public EvalProgramWithContext ( string txt ) : Tuple
txt string
return Tuple

EvalProgramWithContext() public method

public EvalProgramWithContext ( string txt ) : string
txt string
return string

FormatProgram() public method

public FormatProgram ( string txt ) : string
txt string
return string

TranslateMathMLToEq() public method

public TranslateMathMLToEq ( string txt ) : string
txt string
return string