Mono.Cecil 中的以下构造在 C# 中引用了什么?
有人能解释一下这些指的是什么吗?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些术语代表基础 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