C# Class Microsoft.Scripting.Hosting.Shell.CommandLine.SimpleCommandDispatcher

Inheritance: ICommandDispatcher
Show file Open project: jschementi/iron

Public Methods

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

Method Details

Execute() public method

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