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

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

Méthodes publiques

Méthode Description
FactoryInterceptor ( IKernel kernel ) : System
Intercept ( IInvocation invocation ) : void
SetInterceptedComponentModel ( ComponentModel target ) : void

Method Details

FactoryInterceptor() public méthode

public FactoryInterceptor ( IKernel kernel ) : System
kernel IKernel
Résultat System

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