C# Class Forseti.Scripting.ScriptEngineContext

Inheritance: IScriptEngineContext
Mostrar archivo Open project: dolittle/Forseti

Public Methods

Method Description
EvaluateFile ( string file ) : void
EvaluateString ( string script, string source ) : void
ScriptEngineContext ( IResourceManager resourceManager, IDependencyManager scriptDependencies ) : System.Collections.Generic

Private Methods

Method Description
AddGlobalMethodsFromStaticMethodsInType ( System type ) : void
GetParametersForMethod ( MethodInfo method ) : java.lang.Class[]

Method Details

EvaluateFile() public method

public EvaluateFile ( string file ) : void
file string
return void

EvaluateString() public method

public EvaluateString ( string script, string source ) : void
script string
source string
return void

ScriptEngineContext() public method

public ScriptEngineContext ( IResourceManager resourceManager, IDependencyManager scriptDependencies ) : System.Collections.Generic
resourceManager IResourceManager
scriptDependencies IDependencyManager
return System.Collections.Generic