Hello,

> embedding mono. Is it possible to register internal calls at runtime  
> when running mono like a normal, sane person? Will this be any faster  
> than using p/Invoke?

You can not use internal calls and have them work in non-embedded
scenarios.

P/Invoke will also be a lot simpler to debug, and as long as you do not
depend on the runtime doing marshalling for you, the performance will be
almost the same.

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

Reply via email to