C# Class Moq.InterceptObjectMethodsMixin

Intercept strategy that handles `System.Object` methods.
Inheritance: IInterceptStrategy
Afficher le fichier Open project: moq/moq4

Méthodes publiques

Méthode Description
HandleIntercept ( ICallContext invocation, Moq.InterceptorContext ctx, Moq.CurrentInterceptContext localctx ) : InterceptionAction

Méthodes protégées

Méthode Description
IsObjectMethod ( MethodInfo method, string name ) : bool

Method Details

HandleIntercept() public méthode

public HandleIntercept ( ICallContext invocation, Moq.InterceptorContext ctx, Moq.CurrentInterceptContext localctx ) : InterceptionAction
invocation ICallContext
ctx Moq.InterceptorContext
localctx Moq.CurrentInterceptContext
Résultat InterceptionAction

IsObjectMethod() protected méthode

protected IsObjectMethod ( MethodInfo method, string name ) : bool
method System.Reflection.MethodInfo
name string
Résultat bool