C# Class Castle.Windsor.Tests.InterceptorWithOnBehalf

Inheritance: IInterceptor, IOnBehalfAware
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
Intercept ( IInvocation invocation ) : void
SetInterceptedComponentModel ( ComponentModel target ) : void

Method Details

Intercept() public method

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
return void

SetInterceptedComponentModel() public method

public SetInterceptedComponentModel ( ComponentModel target ) : void
target Castle.Core.ComponentModel
return void