C# Class Castle.Facilities.WcfIntegration.Tests.TraceInterceptor

Inheritance: IInterceptor
Exibir arquivo Open project: castleproject/Windsor

Public Properties

Property Type Description
MethodCalled System.Reflection.MethodInfo

Public Methods

Method Description
Intercept ( IInvocation invocation ) : void
Reset ( ) : void

Method Details

Intercept() public method

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

Reset() public static method

public static Reset ( ) : void
return void

Property Details

MethodCalled public_oe static_oe property

public static MethodInfo,System.Reflection MethodCalled
return System.Reflection.MethodInfo