vote up 4 vote down star
1

What are some key bindings that aren't included?

flag
1  
For starters, I imagine that it is .NET features, not C# features, that are missing – Marc Gravell Nov 3 at 16:44

2 Answers

vote up 3 vote down check

You can find the complete list of limitations in Monotouch at Monotouch.net.

A short list of .NET features not available in Monotouch:

  • The Dynamic Language Runtime (DLR)
  • Generic Virtual Methods
  • P/Invokes in Generic Types
  • Value types as Dictionary Keys
  • System.Reflection.Emit
  • System.Runtime.Remoting
link|flag
vote up 3 vote down

Here is a link of the assemblies that it ships with: http://monotouch.net/Documentation/Assemblies

Here is a summary of the .Net framework assemblies:

System.dll
Silverlight, plus types from the following namespaces:
System.Collections.Specialized
System.ComponentModel
System.ComponentModel.Design
System.Diagnostics
System.IO.Compression System.Net
System.Net.Cache System.Net.Mail
System.Net.Mime
System.Net.NetworkInformation
System.Net.Security
System.Net.Sockets
System.Security.Authentication
System.Security.Cryptography
System.Timers

System.Core.dll
System.Data.dll
System.Json.dll
System.ServiceModel.dll
System.Transactions.dll
System.Web.Services
System.Xml.dll
System.Xml.Linq.dll

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.