Creates a LateBoundMethod from type methodname and parameter signature that is turned into a MethodInfo structure and then parsed into a dynamic delegate
public static LateBoundMethod Create(Type type, string methodName, Type[] parameterTypes)
Parameters
type
methodName
parameterTypes
Overloads:
See also:
Class DelegateFactory© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic