CSharpScriptExecution.ReuseObjectInstance

If true reuses the ObjectInstance fromt he previous operation (if set) instead of creating a new instance.

Use if you pre-generate a single instance and call one or more methods/scripts repeatedly without changing the code.

For most use cases leave this setting at false.

IMPORTANT: If you change code either explicitly clear the object reference or set this value to false.

public bool ReuseObjectInstance