Class DynamicModule
Class implementing dynamic expression evaluations at runtime (a MoonSharp addition).
Inheritance
System.Object
DynamicModule
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class DynamicModule
Methods
eval(ScriptExecutionContext, CallbackArguments)
Declaration
public static DynValue eval(ScriptExecutionContext executionContext, CallbackArguments args)
Parameters
|
ScriptExecutionContext
executionContext
|
|
CallbackArguments
args
|
Returns
|
DynValue
|
MoonSharpInit(Table, Table)
Declaration
public static void MoonSharpInit(Table globalTable, Table stringTable)
Parameters
|
Table
globalTable
|
|
Table
stringTable
|
prepare(ScriptExecutionContext, CallbackArguments)
Declaration
public static DynValue prepare(ScriptExecutionContext executionContext, CallbackArguments args)
Parameters
|
ScriptExecutionContext
executionContext
|
|
CallbackArguments
args
|
Returns
|
DynValue
|