C# Class XInject.Interceptors.LogInterceptor

Inheritance: IInterceptionBehavior
Datei anzeigen Open project: radixeng/XInject

Private Properties

Property Type Description
VerifyEspecificHandler System.Type

Public Methods

Method Description
GetRequiredInterfaces ( ) : IEnumerable
Invoke ( IMethodInvocation input, GetNextInterceptionBehaviorDelegate getNext ) : IMethodReturn
LogInterceptor ( Context context ) : System

Private Methods

Method Description
VerifyEspecificHandler ( IMethodInvocation input ) : Type

Method Details

GetRequiredInterfaces() public method

public GetRequiredInterfaces ( ) : IEnumerable
return IEnumerable

Invoke() public method

public Invoke ( IMethodInvocation input, GetNextInterceptionBehaviorDelegate getNext ) : IMethodReturn
input IMethodInvocation
getNext GetNextInterceptionBehaviorDelegate
return IMethodReturn

LogInterceptor() public method

public LogInterceptor ( Context context ) : System
context Context
return System