コード例 #1
0
ファイル: LuaExtension.cs プロジェクト: srufeng/boltdotnet
        public static IntPtr CreateChunkFromModule(this string name, string file, string func)
        {
            IntPtr handle = IntPtr.Zero;

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