GetConcreteMethodInvocationTarget Method

Glimpse API

IAlternateMethodContext 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

MethodInfo GetConcreteMethodInvocationTarget()
MethodInfo GetConcreteMethodInvocationTarget()

Return Value

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