Class TableModule_Globals
Class exposing table.unpack and table.pack in the global namespace (to work around the most common Lua 5.1 compatibility issue).
Inheritance
System.Object
TableModule_Globals
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 TableModule_Globals
Methods
pack(ScriptExecutionContext, CallbackArguments)
Declaration
public static DynValue pack(ScriptExecutionContext executionContext, CallbackArguments args)
Parameters
|
ScriptExecutionContext
executionContext
|
|
CallbackArguments
args
|
Returns
|
DynValue
|
unpack(ScriptExecutionContext, CallbackArguments)
Declaration
public static DynValue unpack(ScriptExecutionContext executionContext, CallbackArguments args)
Parameters
|
ScriptExecutionContext
executionContext
|
|
CallbackArguments
args
|
Returns
|
DynValue
|