MethodInvocationTarget Property

Glimpse API

CastleInvocationToAlternateMethodContextAdapter MethodInvocationTarget Property Glimpse API Documentation
Gets the method info on the target class.

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

Syntax

public MethodInfo MethodInvocationTarget { get; }
public MethodInfo MethodInvocationTarget { get; }

Field Value

The method invocation target.

Implements

IAlternateMethodContext MethodInvocationTarget
See Also