iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

CachedProxyGenerator.CreateProxy Method

Generates a proxy implementing all the specified interfaces and redirecting method invocations to the specifed interceptor.

Overload List

Generates a proxy implementing all the specified interfaces and redirecting method invocations to the specifed interceptor.

public override object CreateProxy(Type,IInterceptor,Object);

Generates a proxy implementing all the specified interfaces and redirecting method invocations to the specifed interceptor.

public override object CreateProxy(Type[],IInterceptor,Object);

See Also

CachedProxyGenerator Class | IBatisNet.Common.Utilities.Proxy Namespace