RuntimeReflectionExtensions Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetMethodInfo(Delegate^) | Gets an object that represents the method represented by the specified delegate. |
![]() ![]() | GetRuntimeBaseDefinition(MethodInfo^) | Retrieves an object that represents the specified method on the direct or indirect base class where the method was first declared. |
![]() ![]() | GetRuntimeEvent(Type^, String^) | Retrieves an object that represents the specified event. |
![]() ![]() | GetRuntimeEvents(Type^) | Retrieves a collection that represents all the events defined on a specified type. |
![]() ![]() | GetRuntimeField(Type^, String^) | Retrieves an object that represents a specified field. |
![]() ![]() | GetRuntimeFields(Type^) | Retrieves a collection that represents all the fields defined on a specified type. |
![]() ![]() | GetRuntimeInterfaceMap(TypeInfo^, Type^) | Returns an interface mapping for the specified type and the specified interface. |
![]() ![]() | GetRuntimeMethod(Type^, String^, array<Type^>^) | Retrieves an object that represents a specified method. |
![]() ![]() | GetRuntimeMethods(Type^) | Retrieves a collection that represents all methods defined on a specified type. |
![]() ![]() | GetRuntimeProperties(Type^) | Retrieves a collection that represents all the properties defined on a specified type. |
![]() ![]() | GetRuntimeProperty(Type^, String^) | Retrieves an object that represents a specified property. |

