ILiveVariableSetValue Method

Sets the value of the variable by writing the target memory.

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
void SetValue(
	byte[] value
)

Parameters

value  Byte
The value that should be written to the memory.

See Also