InvocationTarget Property

Glimpse API

IAlternateMethodContext InvocationTarget Property Glimpse API Documentation
Gets the object on which the invocation is performed. This is different from proxy object because most of the time this will be the proxy target object.

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

Syntax

Object InvocationTarget { get; }
Object InvocationTarget { get; }

Field Value

The invocation target.
See Also