Table of Contents

Constructor ScriptGlobalItem

Namespace
Alternet.Scripter.Python
Assembly
Alternet.Scripter.Python.v10.dll

ScriptGlobalItem(string, T)

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

public ScriptGlobalItem(string name, T obj)

Parameters

name string

Specifies name of the new instance.

obj T

Specifies object the new instance should contain.