C# 클래스 Core.RubyEngine

상속: DlrEngine
파일 보기 프로젝트 열기: jflam/repl-lib 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( string code ) : object
InvokeMember ( object target, string method ) : object
Require ( string module ) : bool
Reset ( ScriptScope scope ) : void
RubyEngine ( ) : System
RubyEngine ( ScriptScope scriptScope ) : System
SetVariable ( string name, object value ) : void

메소드 상세

Execute() 공개 메소드

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

InvokeMember() 공개 메소드

public InvokeMember ( object target, string method ) : object
target object
method string
리턴 object

Require() 공개 메소드

public Require ( string module ) : bool
module string
리턴 bool

Reset() 공개 메소드

public Reset ( ScriptScope scope ) : void
scope ScriptScope
리턴 void

RubyEngine() 공개 메소드

public RubyEngine ( ) : System
리턴 System

RubyEngine() 공개 메소드

public RubyEngine ( ScriptScope scriptScope ) : System
scriptScope ScriptScope
리턴 System

SetVariable() 공개 메소드

public SetVariable ( string name, object value ) : void
name string
value object
리턴 void