C# 클래스 WinGui.EqBridge

상속: IDisposable
파일 보기 프로젝트 열기: Twinside/Eq 1 사용 예제들

공개 메소드들

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

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EqBridge() 공개 메소드

public EqBridge ( bool useDefaultContext ) : System
useDefaultContext bool
리턴 System

EvalProgram() 공개 메소드

public EvalProgram ( string txt ) : string
txt string
리턴 string

EvalProgramWithContext() 공개 메소드

public EvalProgramWithContext ( string txt ) : Tuple
txt string
리턴 Tuple

EvalProgramWithContext() 공개 메소드

public EvalProgramWithContext ( string txt ) : string
txt string
리턴 string

FormatProgram() 공개 메소드

public FormatProgram ( string txt ) : string
txt string
리턴 string

TranslateMathMLToEq() 공개 메소드

public TranslateMathMLToEq ( string txt ) : string
txt string
리턴 string