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

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

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

3条回答
  •  耶瑟儿~
    2021-01-12 16:27

    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 assemblies:

    mscorlib.dll
    Silverlight, plus several .NET 4.0 types

    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.Data.Services.Client.dll
    System.Json.dll
    System.Numerics.dll
    System.Runtime.Serialization.dll
    System.ServiceModel.dll
    System.ServiceModel.Web.dll
    System.Transactions.dll
    System.Web.Services
    System.Xml.dll
    System.Xml.Linq.dll

提交回复
热议问题