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

                JW.Framework.IFS.IFSLocalCheckerResult __cl_gen_to_be_invoked = (JW.Framework.IFS.IFSLocalCheckerResult)translator.FastGetCSObj(L, 1);
                __cl_gen_to_be_invoked.IsSuccess = LuaAPI.lua_toboolean(L, 2);
            } catch (System.Exception __gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e));
            }
            return(0);
        }