[MonoDevelop] [Monodroid] Options for non-trivial assembly generation

Jb Evain jb at nurv.fr
Thu Sep 23 11:16:54 EDT 2010


Hey,

On Thu, Sep 23, 2010 at 4:53 PM, Marc Gravell <marc.gravell at gmail.com> wrote:
> Thanks for jumping in. I (maybe incorrectly) assumed MD had limited metaprogramming.

The only limitation in this field for MonoDroid, is that you can't
emit code dynamically which extends the Java bindings. But SRE is just
fine otherwise.

> Actually, the "universe" stuff sounds like it might solve a lot of problems, so I'll definitely look at that. Is that *just* mono, or ms.net too?

Both actually, IKVM.Reflection is a completely managed drop-in
replacement for SR && SRE. The great thing about it is that it's not
tied to the runtime it's running on, so you can generate code for
another framework (Universe in the IKVM.Reflection wording).

-- 
Jb Evain  <jb at nurv.fr>


More information about the Monodevelop-list mailing list