Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

What's the limitation of Monocross?

Chief among what I'm trying to figure out:

  1. What dll(s) can be used inside the monocross project?
  2. I would also really like to use the Reactive extension, will my MonoCross project be compatible with one?
  3. Besides LINQ and Lambda, is there any other language feature that is/isn't supported?
  4. 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.
  5. 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)
share|improve this question
Why don't you try to contact the devs of that project instead? If you don't get an answer you'll probably do not want to use it anyway. – jgauffin Nov 13 '12 at 15:41
Some of these questions can be answered by reading up on Xamarin's Mono for Android and MonoTouch packages, which is what MonoCross leverages for the cross-platform pieces: docs.xamarin.com – jmlane Jan 3 at 17:18

closed as not a real question by Chris Lively, jgauffin, casperOne Nov 13 '12 at 16:56

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.