Click or drag to resize

RegistrationExtensionsEnableClassInterceptors Method

Overload List
  NameDescription
Public methodStatic memberEnableClassInterceptorsTLimit, 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.
Public methodStatic memberEnableClassInterceptorsTLimit, 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.
Public methodStatic memberEnableClassInterceptorsTLimit, 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.
Public methodStatic memberEnableClassInterceptorsTLimit, 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.
Top
See Also