static int _m_ToInt64(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); MongoDB.Bson.BsonInt32 gen_to_be_invoked = (MongoDB.Bson.BsonInt32)translator.FastGetCSObj(L, 1); { long gen_ret = gen_to_be_invoked.ToInt64( ); LuaAPI.lua_pushint64(L, gen_ret); return(1); } } catch (System.Exception gen_e) { return(LuaAPI.luaL_error(L, "c# exception:" + gen_e)); } }