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

Inheritance: IInterceptor
ファイルを表示 Open project: castleproject/Windsor

Public Methods

Method Description
Intercept ( IInvocation invocation ) : void
InterceptorThatCauseStackOverflow ( ICameraService service ) : Castle.DynamicProxy

Method Details

Intercept() public method

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

InterceptorThatCauseStackOverflow() public method

public InterceptorThatCauseStackOverflow ( ICameraService service ) : Castle.DynamicProxy
service ICameraService
return Castle.DynamicProxy