Ejemplo n.º 1
0
        public static IntPtr CreateChunkFromModule(this string name, string file, string func)
        {
            IntPtr handle = IntPtr.Zero;

            XLLuaRuntime.XLLRT_CreateChunkFromModule(name, file, func, handle);
            return(handle);
        }