MethodInvocationTarget Property

Glimpse API

IAlternateMethodContext 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

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

Field Value

The method invocation target.
See Also