[Mono-list] Embedding mono?

Stefan Nilsen stefan.nilsen@telia.com
Sun, 21 Apr 2002 18:17:08 +0200


Hi.

Will it be possible to embed the mono runtime in other programs, like it 
is possible to do with python?

Or will it be possible to dynamically load the .dll files in the same 
way i can dynamically load .so files, from a C program?

I know I can do it the other way around, call C code from mono.

I want to know this because I would like to migrate some software to the 
CLR/MSIL, but I want to start bottom up, not from the UI and down.

/Stefan