Table of Contents

Class ScriptGlobalItem

Namespace
Alternet.Scripter
Assembly
Alternet.Scripter.v9.dll

Describes a global object from the script.

public class ScriptGlobalItem : IScriptGlobalItem
Inheritance
ScriptGlobalItem
Implements

Constructors

ScriptGlobalItem(string, Type, 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

Gets or sets type of the Obj