C# Class Forseti.Scripting.ScriptEngineContext

Inheritance: IScriptEngineContext
Afficher le fichier Open project: dolittle/Forseti

Méthodes publiques

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

Private Methods

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

Method Details

EvaluateFile() public méthode

public EvaluateFile ( string file ) : void
file string
Résultat void

EvaluateString() public méthode

public EvaluateString ( string script, string source ) : void
script string
source string
Résultat void

ScriptEngineContext() public méthode

public ScriptEngineContext ( IResourceManager resourceManager, IDependencyManager scriptDependencies ) : System.Collections.Generic
resourceManager IResourceManager
scriptDependencies IDependencyManager
Résultat System.Collections.Generic