RuntimeOptions.IsolateMemory

RuntimeOptions.IsolateMemory property

True if we want to copy buffers data instead of sharing it.

public bool IsolateMemory { get; set; }

Remarks

If we want to create a runtime representation of the model, so the garbage collector will release the source model, we have to set this to true, so we will not use any reference to the source model.

See Also