SetArgumentValue Method

Glimpse API

CastleInvocationToAlternateMethodContextAdapter 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

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

Parameters

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

Implements

IAlternateMethodContext SetArgumentValue(Int32, Object)
See Also