Method | Description | |
---|---|---|
AdaptProxy ( |
||
CreateProxy ( IInvocationHandler invocationHandler ) : object | ||
ProxyTemplate ( IProxyDefinition proxyDefinition, |
Initializes a new instance of the ProxyTemplate class.
|
public AdaptProxy ( |
||
interfaceType | ||
proxy | object | |
return | object |
public CreateProxy ( IInvocationHandler invocationHandler ) : object | ||
invocationHandler | IInvocationHandler | |
return | object |
public ProxyTemplate ( IProxyDefinition proxyDefinition, |
||
proxyDefinition | IProxyDefinition | The proxy definition. |
implementationType | The implementation type. | |
eventInfos | ICollection |
The event informations. |
propertyInfos | ICollection |
The property informations. |
methodInfos | ICollection |
The method informations. |
return | System |