[Mono-list] How to call managed from unmanaged code?

Holger Arnold harnold@gmx.de
Wed, 4 Sep 2002 11:06:45 +0200


> > (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