Intercept Method

Glimpse API

AlternateTypeToCastleInterceptorAdapter Intercept Method Glimpse API Documentation
Intercepts the specified invocation.

Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public void Intercept(
	IInvocation invocation
)
public void Intercept(
	IInvocation invocation
)

Parameters

invocation
Type: IInvocation
The invocation.

Implements

IInterceptorIntercept(IInvocation)
See Also