GetConcreteMethodInvocationTarget Method

Glimpse API

CastleInvocationToAlternateMethodContextAdapter GetConcreteMethodInvocationTarget Method Glimpse API Documentation
Gets the concrete method invocation target.

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

Syntax

public MethodInfo GetConcreteMethodInvocationTarget()
public MethodInfo GetConcreteMethodInvocationTarget()

Return Value

The method info of the method that is the target of the alternative implementation.

Implements

IAlternateMethodContext GetConcreteMethodInvocationTarget 
See Also