Table of Contents

Constructor ScriptGlobalItem

Namespace
Alternet.Scripter.Debugger.Dap
Assembly
Alternet.Scripter.Debugger.Dap.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.