TargetType Property

Glimpse API

CastleInvocationToAlternateMethodContextAdapter TargetType Property Glimpse API Documentation
Gets the type of the target object for the intercepted method.

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

Syntax

public Type TargetType { get; }
public Type TargetType { get; }

Field Value

The type of the target.

Implements

IAlternateMethodContext TargetType
See Also