ReturnValue Property

Glimpse API

CastleInvocationToAlternateMethodContextAdapter ReturnValue Property Glimpse API Documentation
Gets or sets the return value of the method.

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

Syntax

public Object ReturnValue { get; set; }
public Object ReturnValue { get; set; }

Field Value

The return value.

Implements

IAlternateMethodContext ReturnValue
See Also