Table of Contents

Constructor ScriptGlobalItem

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

ScriptGlobalItem(string, object)

Initializes a new instance of the ScriptItem class with specified parameters.

public ScriptGlobalItem(string name, object obj)

Parameters

name string

Specifies name of the new instance.

obj object

Specifies object the new instance should contain.

ScriptGlobalItem(string, object, Type)

Initializes a new instance of the ScriptItem class with specified parameters.

public ScriptGlobalItem(string name, object obj, Type type)

Parameters

name string

Specifies name of the new instance.

obj object

Specifies object the new instance should contain.

type Type

Type of the object.