C# (CSharp) ScriptNET.Runtime Namespace

Сlasses

Name Description
NameSpace Represents a root for namespace
NameSpace.NameSpaceBind
NameSpaceResolver
ScriptContext Base implementation of ScriptContext object
ScriptScope Script Scope represents a tree of local scopes. Scopes stores variables and types tables. Run-time queries ScriptScope through ScriptContext for: Resolving names of types and variables; Resolving names of functions; Adding new function into scope; Assigning values to variables.
ScriptScopeActivator Default scope activator - used by framework to create ScriptScope by default may be overriden in xml configuration