> > (3) Are there any other (possibly Mono-specific) mechanisms to call from > > unmanaged to managed code, assuming that both are running within a single > > process? > > See the document mono/docs/embedding-api, it describes a mechanism to > call methods in the CIL world from the C world
This is exactly what I was looking for, thank you. Is it possible to estimate the overhead of mono_runtime_invoke() compared to a normal function call? Holger _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
