Skip to main content

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​
TypeName
System.Reflection.MethodInfomethod

CreateVoid(MethodInfo)​

View Source​
Declaration
public static DelegateFactory.LateBoundVoid CreateVoid(MethodInfo method)
Returns​

ServiceStack.Reflection.DelegateFactory.LateBoundVoid

Parameters​
TypeName
System.Reflection.MethodInfomethod