[Mono-devel-list] embeded mono and Thread.CurrentThread

eric lindvall eric at 5stops.com
Mon Jun 30 12:01:56 EDT 2003


I've ran into something somewhat odd where after I did a mono_jit_init(),
I loaded an assembly into my app domain and then executed a method.

So the calls i did were:
mono_jit_init()
mono_domain_assembly_open()
mono_method_desc_new()
mono_method_desc_search_in_image()
mono_runtime_invoke()

The method that runs always finds Thread.CurrentThread to be null.

Should this be happening?

thanks.

e.




More information about the Mono-devel-list mailing list