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
Type | Name |
---|---|
System.Type | targetType |
BindProperty(TypeBuilder, MethodInfo)
View Source
Declaration
public static void BindProperty(TypeBuilder typeBuilder, MethodInfo methodInfo)
Parameters
Type | Name |
---|---|
System.Reflection.Emit.TypeBuilder | typeBuilder |
System.Reflection.MethodInfo | methodInfo |