InvocationTarget Property

Glimpse API

CastleInvocationToAlternateMethodContextAdapter 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

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

Field Value

The invocation target.

Implements

IAlternateMethodContext InvocationTarget
See Also