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

yee*_*een 1 c# mono abstract-syntax-tree visitor-pattern mono.cecil

有人会解释这些是指什么?

MemberReference, TypeReference, ExternType, Override, NestedType,
PInvokeInfo, SecurityDeclaration and CustomAttribute and MarshalSpec
Run Code Online (Sandbox Code Playgroud)

如果你能举例说明,那将是理想的.

我正在尝试写一个访客模式Mono.Cecil.

mig*_*aza 5

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

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

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