Method SetArgument
SetArgument(Int32, Object)
Sets the value of the ref
or out
argument at a given index. Replacing an argument value is supported only in some advices
and is silently ignored in non-supported scenarios. See Remarks for details.
Declaration
public override void SetArgument(int index, object value)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | Argument index. |
Object | value | New value of the ref or out argument at position |
Overrides
Exceptions
Type | Condition |
---|---|
InvalidCastException |
|
ArgumentOutOfRangeException |
|