Constructor ScriptGlobalItem
ScriptGlobalItem(string, object)
Initializes a new instance of the ScriptItem
class with specified parameters.
public ScriptGlobalItem(string name, object obj)
Parameters
name
stringSpecifies name of the new instance.
obj
objectSpecifies 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)