Re: [Mono-dev] Embedded API: delegate type building

2016-03-04 Thread Robert Jordan
Hi Jonathan, You may want to have a look at this repo: https://github.com/robert-j/Mono.Embedding/tree/master/Mono.Embedding especially at UniversalDelegateServices. UniversalDelegateServices is able to wrap (almost) all delegate types with a UniversalDelegate with the following signature:

[Mono-dev] Embedded API: delegate type building

2016-03-04 Thread Jonathan Mitchell
Hi At present I use an InternalCalls for my callbacks and conditional compilation (see end) in our cross platform code In this we assign a Func directly to an extern static string FilePathCallback(string EmployerName); In future I would like to support calling methods such as