GetArgumentValue Method

Glimpse API

IAlternateMethodContext 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

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

Parameters

index
Type: OnlineSystem Int32
The index.

Return Value

Value of the argument.
See Also