RuntimeReflectionExtensions 类  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供可在运行时检索类型相关信息的方法。
public ref class RuntimeReflectionExtensions abstract sealedpublic static class RuntimeReflectionExtensionstype RuntimeReflectionExtensions = classPublic Module RuntimeReflectionExtensions- 继承
- 
				RuntimeReflectionExtensions
方法
| GetMethodInfo(Delegate) | 获取指示指定委托表示的方法的对象。 | 
| GetRuntimeBaseDefinition(MethodInfo) | 检索表示在此方法最先声明的直接或间接类上的指定方法的对象。 | 
| GetRuntimeEvent(Type, String) | 检索一个表示指定事件的对象。 | 
| GetRuntimeEvents(Type) | 检索表示指定类型定义的所有事件的集合。 | 
| GetRuntimeField(Type, String) | 检索表示指定字段的对象。 | 
| GetRuntimeFields(Type) | 检索表示指定类型定义的所有字段的集合。 | 
| GetRuntimeInterfaceMap(TypeInfo, Type) | 返回指定类型和指定接口的接口映射。 | 
| GetRuntimeMethod(Type, String, Type[]) | 检索表示指定方法的对象。 | 
| GetRuntimeMethods(Type) | 检索表示指定类型定义的所有方法的集合。 | 
| GetRuntimeProperties(Type) | 检索表示指定类型定义的所有属性的集合。 | 
| GetRuntimeProperty(Type, String) | 检索表示指定属性的对象。 |