Method | Description | |
---|---|---|
CreateProxyType ( |
Creates a proxy type using the given baseType as the base class and ensures that the proxy type implements the given interface types.
|
|
Initialize ( IServiceContainer source ) : void |
Initializes the ProxyFactory instance with the source container.
|
|
ProxyFactory ( ) : System |
Initializes the proxy factory with the default values.
|
public CreateProxyType ( |
||
baseType | The base class from which the proxy type will be derived. | |
baseInterfaces | IEnumerable |
The list of interfaces that the proxy will implement. |
return |
public Initialize ( IServiceContainer source ) : void | ||
source | IServiceContainer | The |
return | void |