Call exports function

Hey,

I want to call and export function (client / LUA code) from C#

I found :

        ExportSet test = new ExportSet("MyFunction");

        test.TryInvoke()

But all methods need an InvokeBinder as first parameter.
Where can i find it ? Or how to instanciate ?

Thanks a lot.

Exports[“resource”].function(blah);

Perfect ! Thanks a lot.