有人能解释一下这些指的是什么吗?
MemberReference, TypeReference, ExternType, Override, NestedType,
PInvokeInfo, SecurityDeclaration and CustomAttribute and MarshalSpec
如果您可以举例说明,那将是理想的。
我正在尝试在Mono.Cecil
.
有人能解释一下这些指的是什么吗?
MemberReference, TypeReference, ExternType, Override, NestedType,
PInvokeInfo, SecurityDeclaration and CustomAttribute and MarshalSpec
如果您可以举例说明,那将是理想的。
我正在尝试在Mono.Cecil
.
这些术语代表基础的 ECMA 公共语言基础结构术语。.NET Framework 在这些概念之上提供了一个抽象层。
您想查看 ECMA 335 规范的第 III 部分:
http://www.ecma-international.org/publications/standards/Ecma-335.htm