Table of Contents

Class ScriptMemory

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Represents a script memory.

public class ScriptMemory
Inheritance
ScriptMemory
Extension Methods

Remarks

For more information about memory files in Automation, refer to Creating a memory file.

Properties

Id

Gets the ID of this script memory.

IsVolatile

Gets a value indicating whether the memory file only exists during script execution.

LinkedFile

Gets the name of the persistent script memory.

Name

Gets the name of this script memory.

Methods

Clear()

Clears the script memory.

Get(int)

Gets the specified value from the memory file.

Get(string)

Gets the value from the script memory entry with the specified description.

Set(int, object)

Sets the script memory entry with the specified position to the specified value.

Set(string, object)

Sets the script memory entry with the specified description to the specified value.