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

Miguel de Icaza miguel@ximian.com
02 Sep 2002 13:50:33 -0400


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

Miguel