static int GetShowString(IntPtr L) { try { ToLua.CheckArgsCount(L, 1); SingleField obj = (SingleField)ToLua.CheckObject(L, 1, typeof(SingleField)); string o = obj.GetShowString(); LuaDLL.lua_pushstring(L, o); return(1); } catch (Exception e) { return(LuaDLL.toluaL_exception(L, e)); } }