C# Class XInject.Interceptors.LogInterceptor

Inheritance: IInterceptionBehavior
Afficher le fichier Open project: radixeng/XInject

Private Properties

Свойство Type Description
VerifyEspecificHandler System.Type

Méthodes publiques

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

Private Methods

Méthode Description
VerifyEspecificHandler ( IMethodInvocation input ) : Type

Method Details

GetRequiredInterfaces() public méthode

public GetRequiredInterfaces ( ) : IEnumerable
Résultat IEnumerable

Invoke() public méthode

public Invoke ( IMethodInvocation input, GetNextInterceptionBehaviorDelegate getNext ) : IMethodReturn
input IMethodInvocation
getNext GetNextInterceptionBehaviorDelegate
Résultat IMethodReturn

LogInterceptor() public méthode

public LogInterceptor ( Context context ) : System
context Context
Résultat System