C# 클래스 XInject.Interceptors.LogInterceptor

상속: IInterceptionBehavior
파일 보기 프로젝트 열기: radixeng/XInject

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