Abstract base class for script proxies used by callback functions.
ILambdaExpression Lambda
Lambda expression to call.
Variables Variables
Variables collection.
object GetCallbackFunctionUntyped()
Untyped callback function.
abstract T GetCallbackFunction()
Gets the callback function of the specific type.
ScriptProxy(ILambdaExpression Lambda, Variables Variables)
Abstract base class for script proxies used by callback functions.
Abstract base class for script proxies used by callback functions.
Base interface for lambda expressions.