On 14.11.2015 18:13, zebrajap wrote:
Hi,

I am trying to load the .so file generated by AOT.
When the .dll is passed to mono_domain_assembly_open it returns the
assembly. However when I pass the .so path, it returns NULL. Is there a
different API for AOT assembly loading?

You're still supposed to pass the .dll to mono_assembly_open
or to any other API which expects assembly images.

The AOT machinery will load the .so transparently.

Robert


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

Reply via email to