使用反射发出

本节描述可使用反射发出完成的基本任务。 下列注意事项适用于任务说明。

  • MethodAttributes.SpecialName 特性应用于类型(使用 TypeAttributes 枚举指定)、方法(使用 MethodAttributes 枚举指定)、字段(使用 FieldAttributes 枚举指定)、属性(使用 PropertyAttributes 枚举指定)和事件(使用 EventAttributes 枚举指定)。

  • MethodAttributes.SpecialName 特性用于指定名称专用于编译器、工具等。 公共语言运行时不检查此特性。

  • MethodAttributes.RTSpecialName 特性只用于运行时。

本节内容