GetConcreteMethod Method

Glimpse API

CastleInvocationToAlternateMethodContextAdapter 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

public MethodInfo GetConcreteMethod()
public MethodInfo GetConcreteMethod()

Return Value

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

Implements

IAlternateMethodContext GetConcreteMethod 
See Also