.NET CLR 规范

发布于 2024-08-26 12:47:28 字数 1459 浏览 10 评论 0原文

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

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

发布评论

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

评论(3

彻夜缠绵 2024-09-02 12:47:28

我知道的最接近的是 ECMA-335 这是CLI 规范。但是,您应该意识到 ECMA 内存模型明显弱于 .NET 内存模型。 (其中 .NET 是 Microsoft 对 CLI 的实现。)

不过,我怀疑 CLI 是否特别提到了 ThreadStart - 它只是另一个委托。您对它的什么特别感兴趣?

The closest I'm aware of is ECMA-335 which is the CLI specification. However, you should be aware that the ECMA memory model is significantly weaker than the .NET one. (Where .NET is Microsoft's implementation of the CLI.)

I doubt that the CLI specifically mentions ThreadStart though - it's just another delegate. What are you particularly interested in about it?

死开点丶别碍眼 2024-09-02 12:47:28

不确定规范,但如果您想查看实现细节,您可能需要使用 Red-gate反射器

Not sure about the Spec but if you want to look at implementation details you may want to use Red-gate Reflector

时光瘦了 2024-09-02 12:47:28

您正在寻找公共语言基础结构规范吗?

该页面包含许多链接,例如 c# 语言规范CLI

is the common language infrastructure specification what you are looking for?

The page contains many links to things like the c# language specification and the CLI

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文