SetArgumentValue Method

Glimpse API

IAlternateMethodContext SetArgumentValue Method Glimpse API Documentation
Overrides the value of an argument at the given index with the new value provided.

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

Syntax

void SetArgumentValue(
	int index,
	Object value
)
void SetArgumentValue(
	int index,
	Object value
)

Parameters

index
Type: OnlineSystem Int32
The index.
value
Type: OnlineSystem Object
The value.
See Also