C# 클래스 Moq.AddActualInvocation

상속: IInterceptStrategy
파일 보기 프로젝트 열기: moq/moq4

공개 메소드들

메소드 설명
HandleIntercept ( ICallContext invocation, Moq.InterceptorContext ctx, Moq.CurrentInterceptContext localctx ) : InterceptionAction

비공개 메소드들

메소드 설명
GetAncestorTypes ( Type initialType ) : IEnumerable

Given a type return all of its ancestors, both types and interfaces.

GetEventFromName ( string eventName ) : EventInfo

Get an eventInfo for a given event name. Search type ancestors depth first if necessary.

GetEventFromName ( string eventName, BindingFlags bindingAttr ) : EventInfo

Get an eventInfo for a given event name. Search type ancestors depth first if necessary. Searches events using the specified binding constraints.

메소드 상세

HandleIntercept() 공개 메소드

public HandleIntercept ( ICallContext invocation, Moq.InterceptorContext ctx, Moq.CurrentInterceptContext localctx ) : InterceptionAction
invocation ICallContext
ctx Moq.InterceptorContext
localctx Moq.CurrentInterceptContext
리턴 InterceptionAction