.NET Framework 4.0 的详细变更日志

发布于 2024-08-19 23:21:36 字数 49 浏览 2 评论 0 原文

.NET 4.0 中有详细的更改列表吗?

请添加您所知道的任何更改。

Is there a detailed list of changes in .NET 4.0?

Please add any changes you know about.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

口干舌燥 2024-08-26 23:21:36

.NET Framework 4.0 的更改日志位于此处

The Changelog for .NET Framework 4.0 is here.

北斗星光 2024-08-26 23:21:36

从 beta 1 开始,但一个好的开始 此处

From beta 1 but a good start here

无言温柔 2024-08-26 23:21:36

以下是我在 Beta 2 中发现的内容。

如果您知道任何具体更改,请随时添加。

mscorlib

  • Microsoft.Win32.RegistryView – 对 32 或 64 位注册表的显式访问。
  • System.AggregateException – 由新的并行性抛出
  • Environment.GetFolderPath(SpecialFolderOption) – 强制创建或忽略存在
  • Environment.Is64BitOperatingSystem & Environment.Is64BitProcess
  • Environment.SystemPageSize – 系统页面文件的大小
  • System.Lazy – 完全控制的延迟初始化
  • ResolveEventArgs.RequestingAssembly – 查看哪个程序集正在尝试加载依赖项。
  • TimeZoneInfo 和支持类型移至 mscorlib
  • Tuple – 最多 8 个成员的通用元组
  • Type.IsEquivalentTo – 检查两个 COM 类型是否具有相同的标识
  • Type.IsEnumDefined – 不言自明的
  • Version.ParseVersion.TryParse
  • Enum.HasFlagEnum .TryParse
  • Guid.ParseGuid.ParseExactGuid.TryParseGuid.TryParseExact< /code>
  • +- 运算符,用于 IntPtrUIntPtr
  • FuncAction 最多具有 16 个参数
  • System.Collections.Concurrent 命名空间

Here's what I've found in Beta 2.

If you know of any specific changes, feel free to add them.

mscorlib

  • Microsoft.Win32.RegistryView – Explicit access to 32 or 64 bit registries.
  • System.AggregateException – Thrown by the new parallelism stuff
  • Environment.GetFolderPath(SpecialFolderOption) – Force creation or ignore existence
  • Environment.Is64BitOperatingSystem & Environment.Is64BitProcess
  • Environment.SystemPageSize – Size of the system pagefile
  • System.Lazy<T> – Fully controlled lazy initialization
  • ResolveEventArgs.RequestingAssembly – See which assembly is trying to load a dependency.
  • TimeZoneInfo and supporting types moved to mscorlib
  • Tuple – Generic tuples with up to 8 members
  • Type.IsEquivalentTo – Check whether two COM types have the same identity
  • Type.IsEnumDefined – Self-explanatory
  • Version.Parse and Version.TryParse
  • Enum.HasFlag and Enum.TryParse<TEnum>
  • Guid.Parse, Guid.ParseExact, Guid.TryParse, and Guid.TryParseExact
  • + and - operators for IntPtr and UIntPtr
  • Func and Action in mscorlib with up to 16 parameters
  • System.Collections.Concurrent namespace
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文