C# Class Microsoft.Scripting.Hosting.Shell.Remote.RemoteConsoleCommandLine.RemoteConsoleCommandDispatcher

CommandDispatcher to ensure synchronize output from the remote runtime
Inheritance: ICommandDispatcher
显示文件 Open project: jschementi/iron

Public Methods

Method Description
Execute ( CompiledCode compiledCode, ScriptScope scope ) : object

Private Methods

Method Description
RemoteConsoleCommandDispatcher ( Microsoft.Scripting.Hosting.Shell.Remote.RemoteCommandDispatcher remoteCommandDispatcher, AutoResetEvent remoteOutputReceived ) : System

Method Details

Execute() public method

public Execute ( CompiledCode compiledCode, ScriptScope scope ) : object
compiledCode CompiledCode
scope ScriptScope
return object