Click or drag to resize

ScriptingVariableBag Class

Provides a key indexed variable bag.
Inheritance Hierarchy
SystemObject
  RRAutoLib.ScriptingScriptingVariableBag

Namespace:  RRAutoLib.Scripting
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Class VariableBag

The ScriptingVariableBag type exposes the following members.

Constructors
  NameDescription
Public methodScriptingVariableBag
Initializes a new instance of the ScriptingVariableBag class
Top
Properties
  NameDescription
Public propertyItem
Gets or set a keyed variable value.
Top
Remarks
This type simplifies global variable declaration within scripting. Declare one instance of this class and have an infinite number of globals.
See Also