【问题标题】:New Added Types in .NET Framework 2.0 Service Pack 1.NET Framework 2.0 Service Pack 1 中新增的类型
【发布时间】:2008-09-03 06:49:23
【问题描述】:

我认为 .NET 2.0 SP1 中只有错误修复/(没有新类型),直到我遇到提到 DateTimeOffset 结构的 few 帖子,这是在 .NET 2.0 SP1 中添加的。

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

【问题讨论】:

    标签: .net .net-2.0


    【解决方案1】:
    【解决方案2】:

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

    【讨论】:

      【解决方案3】:

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

      鉴于时间巧合,或许值得提醒人们,2.0 SP1 随 3.5 RTM(即 2007 年 11 月)一起发布,而 2.0 SP2 随 3.5 SP1 一起发布。

      【讨论】:

        【解决方案4】:

        基于 D2VIANT 引用的内容

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

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

        • System.DateTimeOffset
        • System.GCCollectionMode
        • System.Runtime.GCLatencyMode
        • System.Configuration.OverrideMode
        • System.Data.SqlClient.SortOrder
        • System.Data.Design.TypedDataSetSchemaImporterExtensionFx35
        • System.Data.TypedDataSetGenerator.GenerateOption
        • System.UriIdnScope
        • System.ComponentModel.INotifyPropertyChanging
        • System.ComponentModel.PropertyChangingEventArgs
        • System.ComponentModel.PropertyChangingEventHandler
        • System.ComponentModel.Design.Serialization.IDesignerLoaderHost2
        • System.Configuration.IdnElement
        • System.Configuration.IriParsingElement
        • System.Configuration.UriSection
        • System.Net.Sockets.SendPacketsElement
        • 还有更多... API Changes from org2.0 to 2.0New Methods and Types

        【讨论】:

          猜你喜欢
          • 2010-12-24
          • 1970-01-01
          • 2010-09-06
          • 2011-03-28
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 2018-06-21
          • 1970-01-01
          相关资源
          最近更新 更多