How to call Lua functions from .NET

Posted by Gopalakrishnan Subramani on Stack Overflow See other posts from Stack Overflow or by Gopalakrishnan Subramani
Published on 2010-03-26T21:12:36Z Indexed on 2010/03/26 21:23 UTC
Read the original article Hit count: 456

Filed under:
|
|
|

I use the LuaInterface library to run the lua in .net and it works fine. I could access the CLR via lua. But how to call Lua function from C#?

© Stack Overflow or respective owner

Related posts about lua.net

Related posts about lua