static int _m_GetTagText(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);


                FairyGUI.Utils.UBBParser gen_to_be_invoked = (FairyGUI.Utils.UBBParser)translator.FastGetCSObj(L, 1);



                {
                    bool _remove = LuaAPI.lua_toboolean(L, 2);

                    string gen_ret = gen_to_be_invoked.GetTagText(_remove);
                    LuaAPI.lua_pushstring(L, gen_ret);



                    return(1);
                }
            } catch (System.Exception gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + gen_e));
            }
        }