LuaInterface

LuaInterface is a library for bridging the Lua language and Microsoft .NET platform’s Common Language Runtime (CLR). LuaInterface is a full consumer of the Common Language Specification (CLS), so Lua scripts can use LuaInterface to instantiate CLR objects, access their properties, call their methods, and even handle their events with Lua functions.

Related Posts