What's the limitation of Monocross?
Chief among what I'm trying to figure out:
- What dll(s) can be used inside the monocross project?
- I would also really like to use the Reactive extension, will my MonoCross project be compatible with one?
- Besides LINQ and Lambda, is there any other language feature that is/isn't supported?
- Does it work by compiling the code to native? Or does it work by translating the IL to native? If so what're the implications? I'm assuming with the former you can't reference libraries that are not "MonoCross", the other ones means I can hook up any DLL I want.
- Is there any restricted API calls? If so where can I find documentation for this, and how can I prompt user for additional privileges. (A link will do)