lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I think LuaDotNet can help you: http://www.codeproject.com/KB/mcpp/luanetwrapper.aspx


______________________________
Pablo García


2010/8/17 Dušan Majkić <dmajkic@gmail.com>
> That loader might give you some ideas, although my .NET knowledge is
> too primitive/rusty to give any more help...

That is exactly what I was looking for.
Just a simple way to load dotnet, attach assembly, and call few functions.

Thank you.