[Mono-dev] Registering internal calls at runtime

Argiris Kirtzidis akyrtzi at gmail.com
Sat Dec 30 11:53:24 EST 2006


Hi all,

I'm using the Mono embedding API, and noticed that if I call 'mono_add_internal_call' after the managed program started execution (with 'mono_jit_exec'),
the internal call doesn't get registered and a MissingMethodException is thrown when the managed code tries to call it.

Is there a way to register new internal calls after the program started execution ?

Also, do internal calls offer significant performance benefits against P/Invoke ?

Argiris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20061230/37d77a22/attachment.html 


More information about the Mono-devel-list mailing list