Method | Description | |
---|---|---|
GetProxyTemplate ( |
||
ProxyFactory ( ) : System |
Initializes a new instance of the ProxyFactory class.
|
|
ProxyFactory ( IInterceptionFilter interceptionFilter ) : System |
Initializes a new instance of the ProxyFactory class.
|
Method | Description | |
---|---|---|
CreateProxyDefinition ( |
Creates a proxy definition for the specified declaring type and interface types.
|
|
GenerateProxyTemplate ( IProxyDefinition proxyDefinition ) : IProxyTemplate |
Generates a proxy template.
|
|
ProxyFactory ( ITypeBuilderFactory typeBuilderFactory, IInterceptionFilter interceptionFilter ) : System |
Initializes a new instance of the ProxyFactory class.
|
public GetProxyTemplate ( |
||
declaringType | ||
interfaceTypes | IEnumerable |
|
return | IProxyTemplate |
public ProxyFactory ( IInterceptionFilter interceptionFilter ) : System | ||
interceptionFilter | IInterceptionFilter | The interception filter. |
return | System |