[Mono-list] Interaction between embedded mono and host application

Joseph Wenninger kde@jowenn.at
Tue, 13 Aug 2002 08:09:08 +0000


Hi

I would like to know if my test works because of a bug or because it is really 
possible.

I embedded mono into my application. In pseudo code the main function of my 
csharp application looks like:

{
createAsyncCallbacks;
return;
}

In a simple application it looks like the callbacks still work, after the 
mono_jit_exec function has been left. Is that lucky coincidence, or does the 
jit still completely work, after the exec function has been left, till I do a 
mono_jit_cleanup. Are there any restrictions, what I can do within those 
callbacks ?

Kind regards
Joseph Wenninger