Method |
Description |
|
CreateClassProxyType ( Type classToProxy, Type additionalInterfacesToProxy, Castle.DynamicProxy.ProxyGenerationOptions options ) : Type |
|
|
CreateClassProxyTypeWithTarget ( Type classToProxy, Type additionalInterfacesToProxy, Castle.DynamicProxy.ProxyGenerationOptions options ) : Type |
|
|
CreateInterfaceProxyTypeWithTarget ( Type interfaceToProxy, Type additionalInterfacesToProxy, Type targetType, Castle.DynamicProxy.ProxyGenerationOptions options ) : Type |
|
|
CreateInterfaceProxyTypeWithTargetInterface ( Type interfaceToProxy, Type additionalInterfacesToProxy, Castle.DynamicProxy.ProxyGenerationOptions options ) : Type |
|
|
CreateInterfaceProxyTypeWithoutTarget ( Type interfaceToProxy, Type additionalInterfacesToProxy, Castle.DynamicProxy.ProxyGenerationOptions options ) : Type |
|
|
DefaultProxyBuilder ( ) : System |
Initializes a new instance of the DefaultProxyBuilder class with new ModuleScope. |
|
DefaultProxyBuilder ( ModuleScope scope ) : System |
Initializes a new instance of the DefaultProxyBuilder class. |
|