Example #1
0
 internal LuaValue(ExternalProcessReader memory, LuaValueStruct luaValue)
 {
     _luaValue = luaValue;
     _memory   = memory;
 }
Example #2
0
 internal LuaValue(ExternalProcessReader memory, LuaValueStruct luaValue)
 {
     _luaValue = luaValue;
     _memory = memory;
 }
Example #3
0
 internal LuaValue(ProcessSharp memory, LuaValueStruct luaValue)
 {
     _luaValue = luaValue;
     _memory   = memory;
 }