[Mono-devel-list] plans for a native AES wrapper.

Miguel de Icaza miguel at ximian.com
Mon Jul 18 22:53:15 EDT 2005


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.



More information about the Mono-devel-list mailing list