Hi,

I want to test mono for embedding it into my C++ application. I was following 
the articles http://www.mono-project.com/Scripting_With_Mono, 
http://www.mono-project.com/Embedding_Mono and the examples here 
http://anonsvn.mono-project.com/viewvc/trunk/mono/samples/embed/.
So far everything worked well, although I don't understand the restriction for 
mono_jit_init to be callable just once.
So I'm able to load assemblies into the domain and run them, as well as expose 
some c methods to the Jit. It is possible to load different assemblies, but 
obviously each assembly can be loaded only once. If the assembly changes on 
disk after the first load calling mono_domain_assembly_open again, does not 
reload the changed assembly. 
Is there any way to achieve the reloading? 

-Frank
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to