Mono.Cecil 中的以下构造在 C# 中引用了什么?

发布于 2024-08-07 02:39:04 字数 258 浏览 4 评论 0原文

有人能解释一下这些指的是什么吗?

MemberReference, TypeReference, ExternType, Override, NestedType,
PInvokeInfo, SecurityDeclaration and CustomAttribute and MarshalSpec

如果能用例子来说明那就更理想了。

我正在尝试在 Mono.Cecil 中编写访问者模式。

Would someone explain what are these referring to?

MemberReference, TypeReference, ExternType, Override, NestedType,
PInvokeInfo, SecurityDeclaration and CustomAttribute and MarshalSpec

It would be ideal if you can illustrate with examples.

I am trying to write a visitor pattern in Mono.Cecil.

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

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

发布评论

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

评论(1

谁的年少不轻狂 2024-08-14 02:39:04

这些术语代表基础 ECMA 公共语言基础设施术语。 .NET Framework 为这些概念提供了一个抽象层。

您想要查看 ECMA 335 规范的第 III 部分:

http:// /www.ecma-international.org/publications/standards/Ecma-335.htm

Those terms represent the underlying ECMA Common Language Infrastructure terms. The .NET Framework offers an abstract layer over those concepts.

You want to look at Partition III of the ECMA 335 specification:

http://www.ecma-international.org/publications/standards/Ecma-335.htm

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