Method | Description | |
---|---|---|
HandleIntercept ( ICallContext invocation, Moq.InterceptorContext ctx, Moq.CurrentInterceptContext localctx ) : InterceptionAction |
Method | Description | |
---|---|---|
GetAncestorTypes ( |
Given a type return all of its ancestors, both types and interfaces.
|
|
GetEventFromName ( string eventName ) : |
Get an eventInfo for a given event name. Search type ancestors depth first if necessary.
|
|
GetEventFromName ( string eventName, BindingFlags bindingAttr ) : |
Get an eventInfo for a given event name. Search type ancestors depth first if necessary. Searches events using the specified binding constraints.
|
public HandleIntercept ( ICallContext invocation, Moq.InterceptorContext ctx, Moq.CurrentInterceptContext localctx ) : InterceptionAction | ||
invocation | ICallContext | |
ctx | Moq.InterceptorContext | |
localctx | Moq.CurrentInterceptContext | |
return | InterceptionAction |