What parts of .NET aren't available in Monotouch for IPhone dev?

前端 未结 3 2180
耶瑟儿~
耶瑟儿~ 2021-01-12 16:00

What are some key bindings that aren\'t included?

3条回答
  •  温柔的废话
    2021-01-12 16:22

    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

提交回复
热议问题