Table of Contents

Constructor ScriptGlobalItem

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

ScriptGlobalItem(string, Type, object)

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

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

Parameters

name string

Specifies name of the new instance.

type Type

Specifies type of the object.

obj object

Specifies object the new instance should contain.