C# 클래스 SignalWire.ScriptingHost

Host class to execute our script http://www.amazedsaint.com/2012/09/roslyn-september-ctp-2012-overview-api.html
파일 보기 프로젝트 열기: amazedsaint/SignalWire

공개 메소드들

메소드 설명
AddReference ( Assembly asm ) : void
Execute ( string code ) : object
ImportNamespace ( string ns ) : void
ScriptingHost ( ) : System
ScriptingHost ( dynamic context ) : System

비공개 메소드들

메소드 설명
BuildDynamicGetter ( Type targetType, String propertyName ) : object>.Func
CreateEngine ( ) : void
GetValue ( string key ) : object

메소드 상세

AddReference() 공개 메소드

public AddReference ( Assembly asm ) : void
asm System.Reflection.Assembly
리턴 void

Execute() 공개 메소드

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

ImportNamespace() 공개 메소드

public ImportNamespace ( string ns ) : void
ns string
리턴 void

ScriptingHost() 공개 메소드

public ScriptingHost ( ) : System
리턴 System

ScriptingHost() 공개 메소드

public ScriptingHost ( dynamic context ) : System
context dynamic
리턴 System