RuntimeReflectionExtensions Class
Provides methods that retrieve information about types at run time.
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, 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. |
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

