C# 클래스 Moq.InterceptObjectMethodsMixin

Intercept strategy that handles `System.Object` methods.
상속: IInterceptStrategy
파일 보기 프로젝트 열기: moq/moq4

공개 메소드들

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

보호된 메소드들

메소드 설명
IsObjectMethod ( MethodInfo method, string name ) : bool

메소드 상세

HandleIntercept() 공개 메소드

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

IsObjectMethod() 보호된 메소드

protected IsObjectMethod ( MethodInfo method, string name ) : bool
method System.Reflection.MethodInfo
name string
리턴 bool