Skip to main content

DynamicProxy

Assembly: ServiceStack.Text.dll
View Source
Declaration
public static class DynamicProxy

Methods

GetInstanceFor<T>()

View Source
Declaration
public static T GetInstanceFor<T>()
Returns

<T>

Type Parameters
  • T

GetInstanceFor(Type)

View Source
Declaration
public static object GetInstanceFor(Type targetType)
Returns

System.Object

Parameters
TypeName
System.TypetargetType

BindProperty(TypeBuilder, MethodInfo)

View Source
Declaration
public static void BindProperty(TypeBuilder typeBuilder, MethodInfo methodInfo)
Parameters
TypeName
System.Reflection.Emit.TypeBuildertypeBuilder
System.Reflection.MethodInfomethodInfo