Class ScriptGlobalItem
- Namespace
- Alternet.Scripter.IronPython
- Assembly
- Alternet.Scripter.IronPython.v9.dll
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.
- Type
When implemented by a class, gets or sets type of the
Obj