C# Класс XInject.Interceptors.LogInterceptor

Наследование: IInterceptionBehavior
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
VerifyEspecificHandler System.Type

Открытые методы

Метод Описание
GetRequiredInterfaces ( ) : IEnumerable
Invoke ( IMethodInvocation input, GetNextInterceptionBehaviorDelegate getNext ) : IMethodReturn
LogInterceptor ( Context context ) : System

Приватные методы

Метод Описание
VerifyEspecificHandler ( IMethodInvocation input ) : Type

Описание методов

GetRequiredInterfaces() публичный Метод

public GetRequiredInterfaces ( ) : IEnumerable
Результат IEnumerable

Invoke() публичный Метод

public Invoke ( IMethodInvocation input, GetNextInterceptionBehaviorDelegate getNext ) : IMethodReturn
input IMethodInvocation
getNext GetNextInterceptionBehaviorDelegate
Результат IMethodReturn

LogInterceptor() публичный Метод

public LogInterceptor ( Context context ) : System
context Context
Результат System