Méthode | Description | |
---|---|---|
CanLoad ( |
Determines whether or not a target type is an interceptor.
|
|
Load ( |
Loads an IInterceptor derived class into a particular IServiceContainer instance so that the current interceptor type can intercept calls made to services created from the given target container.
|
Méthode | Description | |
---|---|---|
CreateProxyFrom ( IServiceRequestResult request, IInterceptor>.Func |
Generates a proxy instance from an existing IServiceRequestResult instance.
|
|
InterceptorAttributeLoader ( ILoader |
Initializes the class with the given loaderHost.
|
public CanLoad ( |
||
inputType | The target type currently being tested. | |
Résultat | bool |
public Load ( |
||
input | The interceptor type. | |
Résultat | IEnumerable |