C# 클래스 CalculatorTestApp.PythonEngine

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

공개 메소드들

메소드 설명
CallMethod ( string methodName, object argument ) : object
Execute ( string code ) : object
ListOfMethods ( ) : IList
PythonEngine ( ) : System

메소드 상세

CallMethod() 공개 메소드

public CallMethod ( string methodName, object argument ) : object
methodName string
argument object
리턴 object

Execute() 공개 메소드

public Execute ( string code ) : object
code string
리턴 object

ListOfMethods() 공개 메소드

public ListOfMethods ( ) : IList
리턴 IList

PythonEngine() 공개 메소드

public PythonEngine ( ) : System
리턴 System