Click or drag to resize

RegistrationExtensions Methods

The RegistrationExtensions type exposes the following members.

Methods
  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, 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)
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.
Public methodStatic memberEnableInterfaceInterceptorsTLimit, TActivatorData, TSingleRegistrationStyle
Enable interface interception on the target type. Interceptors will be determined via Intercept attributes on the class or interface, or added with InterceptedBy() calls.
Public methodStatic memberInterceptedByTLimit, TActivatorData, TStyle(IRegistrationBuilderTLimit, TActivatorData, TStyle, Service)
Allows a list of interceptor services to be assigned to the registration.
Public methodStatic memberInterceptedByTLimit, TActivatorData, TStyle(IRegistrationBuilderTLimit, TActivatorData, TStyle, String)
Allows a list of interceptor services to be assigned to the registration.
Public methodStatic memberInterceptedByTLimit, TActivatorData, TStyle(IRegistrationBuilderTLimit, TActivatorData, TStyle, Type)
Allows a list of interceptor services to be assigned to the registration.
Top
See Also