What parts of .NET aren't available in Monotouch for IPhone dev?
问题 What are some key bindings that aren't included? 回答1: You can find the complete list of limitations in MonoTouch at Xamarin. 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 回答2: Here is a link of the assemblies that it ships with: http://docs.xamarin.com/ios/about/assemblies Here is a summary of the .Net framework