Hi
I just recently started working with Mono For Android - and I'm wondering if
there's a full list of what's not supported (plus ideally.. possible
workarounds using native APIs). For instance, to determine the cause of a
connectivity issue, I wanted to enumerate network interfaces

NetworkInterface[] adapters = NetworkInterface.GetAllNetworkInterfaces();
foreach (NetworkInterface nic in adapters)

But the code just exists without so much as an or error logged (or I haven't
figured out how to trap all errors yet). A search on this list yielded an
answer but I suspect there'll be many more such cases and the FAQ
(http://support.xamarin.com/customer/portal/articles/375825-how-does-mono-compare-to-net-4-0-)
doesn't really go into details.

Thanks
Stephan



--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/Full-list-of-unspported-NET-classes-methods-tp5710969.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to