使用反射发出

更新:2007 年 11 月

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

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

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

  • MethodAttributes.RTSpecialName 属性只用于运行库。

本节内容