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

CachedProxyGenerator.CreateClassProxy Method

Generates a proxy implementing all the specified interfaces and redirecting method invocations to the specifed interceptor. This proxy is for object different from IList or ICollection

Overload List

Inherited from ProxyGenerator.

public virtual object CreateClassProxy(Type,IInterceptor,Boolean,params Object[]);

Generates a proxy implementing all the specified interfaces and redirecting method invocations to the specifed interceptor. This proxy is for object different from IList or ICollection

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

Inherited from ProxyGenerator.

public virtual object CreateClassProxy(Type,Type[],IInterceptor,Boolean,params Object[]);

Inherited from ProxyGenerator.

public virtual object CreateClassProxy(Type,Type[],IInterceptor,params Object[]);

See Also

CachedProxyGenerator Class | IBatisNet.Common.Utilities.Proxy Namespace