C# 클래스 XInject.Interceptors.ScopeInterceptor

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GenerateScopeId ( ) : int
GetRequiredInterfaces ( ) : IEnumerable
Invoke ( IMethodInvocation input, GetNextInterceptionBehaviorDelegate getNext ) : IMethodReturn
ScopeInterceptor ( Context currentContext ) : System

메소드 상세

GenerateScopeId() 공개 메소드

public GenerateScopeId ( ) : int
리턴 int

GetRequiredInterfaces() 공개 메소드

public GetRequiredInterfaces ( ) : IEnumerable
리턴 IEnumerable

Invoke() 공개 메소드

public Invoke ( IMethodInvocation input, GetNextInterceptionBehaviorDelegate getNext ) : IMethodReturn
input IMethodInvocation
getNext GetNextInterceptionBehaviorDelegate
리턴 IMethodReturn

ScopeInterceptor() 공개 메소드

public ScopeInterceptor ( Context currentContext ) : System
currentContext Context
리턴 System