Click or drag to resize
ProxyGenerator Methods

The ProxyGenerator type exposes the following members.

Methods
  NameDescription
Public methodCreateClassProxy(Type, IInterceptor, Object)
Public methodCreateClassProxy(Type, Type, IInterceptor, Object)
Public methodCreateClassProxy(Type, IInterceptor, Boolean, Object)
Public methodCreateClassProxy(Type, Type, IInterceptor, Boolean, Object)
Protected methodCreateClassProxyInstance
Public methodCreateCustomClassProxy(Type, IInterceptor, GeneratorContext, Object)
Public methodCreateCustomClassProxy(Type, IInterceptor, GeneratorContext, Boolean, Object)
Protected methodCreateCustomClassProxyInstance(Type, IInterceptor, GeneratorContext, Object)
Protected methodCreateCustomClassProxyInstance(Type, IInterceptor, GeneratorContext, Object)
Public methodCreateCustomProxy(Type, IInterceptor, Object, GeneratorContext)
Public methodCreateCustomProxy(Type, IInterceptor, Object, GeneratorContext)
Protected methodCreateCustomProxyInstance
Public methodCreateProxy(Type, IInterceptor, Object)
Generates a proxy implementing all the specified interfaces and redirecting method invocations to the specifed interceptor.
Public methodCreateProxy(Type, IInterceptor, Object)
Generates a proxy implementing all the specified interfaces and redirecting method invocations to the specifed interceptor.
Protected methodCreateProxyInstance
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also