Class ScriptGlobalItem
Describes a global object from the script.
public class ScriptGlobalItem : IScriptGlobalItem
- Inheritance
-
ScriptGlobalItem
- Implements
Constructors
- ScriptGlobalItem(string, object)
Initializes a new instance of the
ScriptItem
class with specified parameters.
Properties
- Name
Gets or sets name of this item.
- Obj
Gets or sets an object contained by this item.