MemoryFork.SetValue(String, Object) Method

Definition

Assigns a value to the memory. The value is assigned to the forked memory.

public override void SetValue(string path, object value);
override this.SetValue : string * obj -> unit
Public Overrides Sub SetValue (path As String, value As Object)

Parameters

path
String

Path to the value to assign in the form of [scope].property. If scope is omitted, the value is assigned to the temporary scope.

value
Object

Value to assign.

Applies to