DelegateFactory
Assembly: ServiceStack.Common.dll
View Source
Declaration
public static class DelegateFactory
Methods
Create(MethodInfo)
View Source
Declaration
public static DelegateFactory.LateBoundMethod Create(MethodInfo method)
Returns
ServiceStack.Reflection.DelegateFactory.LateBoundMethod
Parameters
Type | Name |
---|---|
System.Reflection.MethodInfo | method |
CreateVoid(MethodInfo)
View Source
Declaration
public static DelegateFactory.LateBoundVoid CreateVoid(MethodInfo method)
Returns
ServiceStack.Reflection.DelegateFactory.LateBoundVoid
Parameters
Type | Name |
---|---|
System.Reflection.MethodInfo | method |