C# 클래스 AmandaInterface.Amanda

파일 보기 프로젝트 열기: remco138/amanda 1 사용 예제들

공개 메소드들

메소드 설명
GetIdentifiers ( string search = "" ) : List
GetInstance ( ) : Amanda
GetOutput ( ) : List
Interpret ( string expression ) : bool
Load ( string code ) : bool
SetInterrupt ( bool b ) : void

비공개 메소드들

메소드 설명
Amanda ( string autorun = null ) : System
CStringPointerToList ( IntPtr CStringPtr ) : List

메소드 상세

GetIdentifiers() 공개 메소드

public GetIdentifiers ( string search = "" ) : List
search string
리턴 List

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : Amanda
리턴 Amanda

GetOutput() 공개 메소드

public GetOutput ( ) : List
리턴 List

Interpret() 공개 메소드

public Interpret ( string expression ) : bool
expression string
리턴 bool

Load() 공개 메소드

public Load ( string code ) : bool
code string
리턴 bool

SetInterrupt() 공개 메소드

public SetInterrupt ( bool b ) : void
b bool
리턴 void