[Mono-list] A new tutorial is online
Jonathan Pryor
jonpryor at vt.edu
Tue Mar 21 20:22:55 EST 2006
On Tue, 2006-03-21 at 21:25 +0100, Pierro wrote:
> Hello,
>
> i have read this article : http://www.mono-project.com/Embedding_Mono
>
> is it possible to use an "embedding_Mono" code to target both Mono CLR
> and MS CLR ?
No. Mono uses a C API and libmono for embedding.
.NET uses a set of COM interfaces for embedding.
You could probably write an intermediate layer to abstract the two, but
this would likely be a fair amount of work.
- Jon
More information about the Mono-list
mailing list