C# 클래스 Microsoft.Scripting.Hosting.Shell.Remote.RemoteConsoleCommandLine.RemoteConsoleCommandDispatcher

CommandDispatcher to ensure synchronize output from the remote runtime
상속: ICommandDispatcher
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
Execute ( CompiledCode compiledCode, ScriptScope scope ) : object

비공개 메소드들

메소드 설명
RemoteConsoleCommandDispatcher ( Microsoft.Scripting.Hosting.Shell.Remote.RemoteCommandDispatcher remoteCommandDispatcher, AutoResetEvent remoteOutputReceived ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( CompiledCode compiledCode, ScriptScope scope ) : object
compiledCode CompiledCode
scope ScriptScope
리턴 object