C# Class Castle.Windsor.Tests.Interceptors.InterceptorWithOnBehalf

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

Méthodes publiques

Méthode Description
Intercept ( IInvocation invocation ) : void
SetInterceptedComponentModel ( ComponentModel target ) : void

Method Details

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