GetArgumentValue Method

Glimpse API

CastleInvocationToAlternateMethodContextAdapter GetArgumentValue Method Glimpse API Documentation
Gets the value of the argument at the specified index.

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

Syntax

public Object GetArgumentValue(
	int index
)
public Object GetArgumentValue(
	int index
)

Parameters

index
Type: OnlineSystem Int32
The index.

Return Value

Value of the argument.

Implements

IAlternateMethodContext GetArgumentValue(Int32)
See Also