The ProxyGenerator type exposes the following members.
Methods
| Name | Description |
---|
 | CreateClassProxy(Type, IInterceptor, Object) | |
 | CreateClassProxy(Type, Type, IInterceptor, Object) | |
 | CreateClassProxy(Type, IInterceptor, Boolean, Object) | |
 | CreateClassProxy(Type, Type, IInterceptor, Boolean, Object) | |
 | CreateClassProxyInstance | |
 | CreateCustomClassProxy(Type, IInterceptor, GeneratorContext, Object) | |
 | CreateCustomClassProxy(Type, IInterceptor, GeneratorContext, Boolean, Object) | |
 | CreateCustomClassProxyInstance(Type, IInterceptor, GeneratorContext, Object) | |
 | CreateCustomClassProxyInstance(Type, IInterceptor, GeneratorContext, Object) | |
 | CreateCustomProxy(Type, IInterceptor, Object, GeneratorContext) | |
 | CreateCustomProxy(Type, IInterceptor, Object, GeneratorContext) | |
 | CreateCustomProxyInstance | |
 | CreateProxy(Type, IInterceptor, Object) |
Generates a proxy implementing all the specified interfaces and
redirecting method invocations to the specifed interceptor.
|
 | CreateProxy(Type, IInterceptor, Object) |
Generates a proxy implementing all the specified interfaces and
redirecting method invocations to the specifed interceptor.
|
 | CreateProxyInstance | |
 | Equals | (Inherited from Object.) |
 | Finalize | (Inherited from Object.) |
 | GetHashCode | (Inherited from Object.) |
 | GetType | (Inherited from Object.) |
 | MemberwiseClone | (Inherited from Object.) |
 | ToString | (Inherited from Object.) |
Top
See Also