C# Class Castle.Facilities.TypedFactory.Internal.TypedFactoryInterceptor

Inheritance: IInterceptor, IOnBehalfAware, IDisposable
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
Dispose ( ) : void
Intercept ( IInvocation invocation ) : void
SetInterceptedComponentModel ( ComponentModel target ) : void
TypedFactoryInterceptor ( IKernelInternal kernel, ITypedFactoryComponentSelector componentSelector ) : System

Private Methods

Méthode Description
Release ( IInvocation invocation ) : void
Resolve ( IInvocation invocation ) : void
TryGetMethod ( IInvocation invocation, FactoryMethod &method ) : bool

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Intercept() public méthode

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
Résultat void

SetInterceptedComponentModel() public méthode

public SetInterceptedComponentModel ( ComponentModel target ) : void
target Castle.Core.ComponentModel
Résultat void

TypedFactoryInterceptor() public méthode

public TypedFactoryInterceptor ( IKernelInternal kernel, ITypedFactoryComponentSelector componentSelector ) : System
kernel IKernelInternal
componentSelector ITypedFactoryComponentSelector
Résultat System