![]() |
Method
|
The MethodInfoExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() |
CreateAction(MethodInfo) | Turns a MethodInfo into an Action that can be called with objects of the specified type. |
![]() |
CreateAction<T1> (MethodInfo) | Turns a MethodInfo into an Action that can be called with objects of the specified type. |
![]() |
CreateAction<T1, T2> (MethodInfo) | Turns a MethodInfo into an Action that can be called with objects of the specified type. |
![]() |
CreateAction<T1, T2, T3> (MethodInfo) | Turns a MethodInfo into an Action that can be called with objects of the specified type. |
![]() |
CreateFunc<TResult> (MethodInfo) | Turns a MethodInfo into a Func<TResult> that can be called with objects of the specified type. |
![]() |
CreateFunc<T1, TResult> (MethodInfo) | Turns a MethodInfo into a Func<TResult> that can be called with objects of the specified type. |
![]() |
CreateFunc<T1, T2, TResult> (MethodInfo) | Turns a MethodInfo into a Func<TResult> that can be called with objects of the specified type. |
![]() |
CreateFunc<T1, T2, T3, TResult> (MethodInfo) | Turns a MethodInfo into a Func<TResult> that can be called with objects of the specified type. |