Esempio n. 1
0
        static int _g_get_ip(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);

                MikuLuaProfiler.LuaDeepProfilerSetting gen_to_be_invoked = (MikuLuaProfiler.LuaDeepProfilerSetting)translator.FastGetCSObj(L, 1);
                LuaAPI.lua_pushstring(L, gen_to_be_invoked.ip);
            } catch (System.Exception gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + gen_e));
            }
            return(1);
        }
Esempio n. 2
0
        static int _s_set_port(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);

                MikuLuaProfiler.LuaDeepProfilerSetting gen_to_be_invoked = (MikuLuaProfiler.LuaDeepProfilerSetting)translator.FastGetCSObj(L, 1);
                gen_to_be_invoked.port = LuaAPI.xlua_tointeger(L, 2);
            } catch (System.Exception gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + gen_e));
            }
            return(0);
        }
Esempio n. 3
0
        static int __CreateInstance(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                if (LuaAPI.lua_gettop(L) == 1)
                {
                    MikuLuaProfiler.LuaDeepProfilerSetting gen_ret = new MikuLuaProfiler.LuaDeepProfilerSetting();
                    translator.Push(L, gen_ret);

                    return(1);
                }
            }
            catch (System.Exception gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + gen_e));
            }
            return(LuaAPI.luaL_error(L, "invalid arguments to MikuLuaProfiler.LuaDeepProfilerSetting constructor!"));
        }
Esempio n. 4
0
        static int _m_MakeInstance_xlua_st_(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);



                {
                    MikuLuaProfiler.LuaDeepProfilerSetting gen_ret = MikuLuaProfiler.LuaDeepProfilerSetting.MakeInstance(  );
                    translator.Push(L, gen_ret);



                    return(1);
                }
            } catch (System.Exception gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + gen_e));
            }
        }
Esempio n. 5
0
        static int _m_Save(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);


                MikuLuaProfiler.LuaDeepProfilerSetting gen_to_be_invoked = (MikuLuaProfiler.LuaDeepProfilerSetting)translator.FastGetCSObj(L, 1);



                {
                    gen_to_be_invoked.Save(  );



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