public static class MethodInfoExtensions<ExtensionAttribute>
Public NotInheritable Class MethodInfoExtensions[ExtensionAttribute]
public ref class MethodInfoExtensions abstract sealedGemstone.Reflection.MethodInfoExtensions.MethodInfoExtensions = function();
Type.createClass(
'Gemstone.Reflection.MethodInfoExtensions.MethodInfoExtensions');| CreateAction(MethodInfo) | Turns a MethodInfo into an Action that can be called with objects of the specified type. |
| CreateActionT1(MethodInfo) | Turns a MethodInfo into an Action that can be called with objects of the specified type. |
| CreateActionT1, T2(MethodInfo) | Turns a MethodInfo into an Action that can be called with objects of the specified type. |
| CreateActionT1, T2, T3(MethodInfo) | Turns a MethodInfo into an Action that can be called with objects of the specified type. |
| CreateFuncTResult(MethodInfo) | Turns a MethodInfo into a FuncTResult that can be called with objects of the specified type. |
| CreateFuncT1, TResult(MethodInfo) | Turns a MethodInfo into a FuncTResult that can be called with objects of the specified type. |
| CreateFuncT1, T2, TResult(MethodInfo) | Turns a MethodInfo into a FuncTResult that can be called with objects of the specified type. |
| CreateFuncT1, T2, T3, TResult(MethodInfo) | Turns a MethodInfo into a FuncTResult that can be called with objects of the specified type. |