代码之家  ›  专栏  ›  技术社区  ›  Leyu

.NET Framework 2.0 Service Pack 1中新增的类型

  •  4
  • Leyu  · 技术社区  · 16 年前

    我假设在.NET2.0SP1中只有错误修复(没有新类型),直到我遇到 few 提到的帖子 DateTimeOffset 结构,已添加到.NET 2.0 SP1中。

    .NET 2.0 SP1中是否有新添加类型的完整列表?

    4 回复  |  直到 11 年前
        2
  •  1
  •   Lasse V. Karlsen    16 年前

    添加了新的接口,如inotifypropertieschanging,因此添加了新的类型。这个问题是有效的。

        3
  •  0
  •   Will Dean    16 年前

    DateTimeOffset已添加到2.0 SP1-我不知道还有其他任何新类型。

    考虑到巧合的时机,也许值得提醒人们2.0sp1附带了3.5rtm(即2007年11月)和2.0sp2附带了3.5sp1。

        4
  •  0
  •   Leyu    16 年前

    基于d2viant引用的内容

    全文: http://www.hanselman.com/blog/CatchingRedBitsDifferencesInNET20AndNET20SP1.aspx

    我找到了其他资源,列出了.NET SP1中的更改,下面列出了一些添加/受影响的类型

    • System.DateTimeOffset(系统日期时间偏移)
    • system.gc收集模式
    • system.runtime.gclatencymode(系统运行时.gclatencymode)
    • 系统配置覆盖模式
    • 系统.data.sqlclient.sortorder
    • system.data.design.typedDataSetSchemaImporterExtensionfx35
    • system.data.typeddatasetgenerator.generateoption
    • 系统.uridenscope
    • system.componentmodel.inotifypropertieschanging
    • system.componentModel.propertyChangingEventArgs
    • system.componentModel.propertyChangingEventHandler
    • system.componentModel.design.serialization.ideSignerLoaderPost2
    • system.configuration.id电子邮件
    • 系统.配置.iripartingelement
    • system.configuration.uriection(系统配置.uriection)
    • system.net.sockets.sendpacketselement
    • 还有更多… API Changes from org2.0 to 2.0 New Methods and Types