RuntimeReflectionExtensions Class
.NET Framework 4.5
Provides methods that retrieve information about types at run time.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
The RuntimeReflectionExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() ![]() | GetMethodInfo | Gets an object that represents the method represented by the specified delegate. |
![]() ![]() ![]() | GetRuntimeBaseDefinition | Retrieves an object that represents the specified method on the direct or indirect base class where the method was first declared. |
![]() ![]() ![]() | GetRuntimeEvent | Retrieves an object that represents the specified event. |
![]() ![]() ![]() | GetRuntimeEvents | Retrieves a collection that represents all the events defined on a specified type. |
![]() ![]() ![]() | GetRuntimeField | Retrieves an object that represents a specified field. |
![]() ![]() ![]() | GetRuntimeFields | Retrieves a collection that represents all the fields defined on a specified type. |
![]() ![]() ![]() | GetRuntimeInterfaceMap | Returns an interface mapping for the specified type and the specified interface. |
![]() ![]() ![]() | GetRuntimeMethod | Retrieves an object that represents a specified method. |
![]() ![]() ![]() | GetRuntimeMethods | Retrieves a collection that represents all methods defined on a specified type. |
![]() ![]() ![]() | GetRuntimeProperties | Retrieves a collection that represents all the properties defined on a specified type. |
![]() ![]() ![]() | GetRuntimeProperty | Retrieves an object that represents a specified property. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.


