GetConcreteMethod Method

Glimpse API

IAlternateMethodContext GetConcreteMethod Method Glimpse API Documentation
Gets the concrete method.

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

Syntax

MethodInfo GetConcreteMethod()
MethodInfo GetConcreteMethod()

Return Value

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