资 源 简 介
netsuki: rest easy.
Description
netsuki is an object-oriented interface to Lua for Microsoft.NET 2.0 or higher, ideal for embedding Lua as an extension language in your .NET application.
Features
Fully object-oriented access to the Lua API.
Easy-to-use function library importing.
Builds as a single DLL, including the Lua core.
Using netsuki, you can embed Lua in your .NET application with as few as three lines of code: create a new Lua instance, register your function library, and run scripts with the DoString or DoFile methods. Read more about using netsuki here.
Limitations
Only certain functionality of the Lua API is accessible through netsuki.
netsuki does not make the calling Lua instance directly