DelegateFactory.Create

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-2016 • Updated: 12/12/15
Comment or report problem with topic