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

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

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

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

    One thing to also mention is you cannot reference .NET assemblies that haven't been built/compiled using the .NET MonoTouch configuration.

    So if you have a favourite .NET 2.0 library you will need to re-import the source into a new MonoTouch project, compile it, and then reference it. There may be an easier way of doing this by editing the .csproj file but I haven't found it.

提交回复
热议问题