RegistrationExtensionsEnableClassInterceptors Method |
| Name | Description | |
|---|---|---|
| EnableClassInterceptorsTLimit, TRegistrationStyle(IRegistrationBuilderTLimit, ScanningActivatorData, TRegistrationStyle) |
Enable class interception on the target type. Interceptors will be determined
via Intercept attributes on the class or added with InterceptedBy().
Only virtual methods can be intercepted this way.
| |
| EnableClassInterceptorsTLimit, TConcreteReflectionActivatorData, TRegistrationStyle(IRegistrationBuilderTLimit, TConcreteReflectionActivatorData, TRegistrationStyle) |
Enable class interception on the target type. Interceptors will be determined
via Intercept attributes on the class or added with InterceptedBy().
Only virtual methods can be intercepted this way.
| |
| EnableClassInterceptorsTLimit, TRegistrationStyle(IRegistrationBuilderTLimit, ScanningActivatorData, TRegistrationStyle, ProxyGenerationOptions, Type) |
Enable class interception on the target type. Interceptors will be determined
via Intercept attributes on the class or added with InterceptedBy().
Only virtual methods can be intercepted this way.
| |
| EnableClassInterceptorsTLimit, TConcreteReflectionActivatorData, TRegistrationStyle(IRegistrationBuilderTLimit, TConcreteReflectionActivatorData, TRegistrationStyle, ProxyGenerationOptions, Type) |
Enable class interception on the target type. Interceptors will be determined
via Intercept attributes on the class or added with InterceptedBy().
Only virtual methods can be intercepted this way.
|