上传者: cqbigun
|
上传时间: 2021-12-30 17:51:46
|
文件大小: 1.07MB
|
文件类型: -
LuaInterface is a library for integration between the Lua language and Microsoft .NET platform's Common Language Runtime (CLR). Lua scripts can use it to instantiate CLR objects, access properties, call methods, and even handle events with Lua functions.
里面包括最新的LUA源码及文档
还有一个.NET中使用LuaInterface的完整工程,值得参考。