Click or drag to resize

IWindowsScriptObject Properties

The IWindowsScriptObject type exposes the following members.

Properties
 NameDescription
Public propertyEngine Gets the script engine that owns the object.
(Inherited from IScriptObject)
Public propertyItemInt32 Gets or sets the value of an indexed script object property.
(Inherited from IScriptObject)
Public propertyItemString, Object Gets or sets the value of a named script object property.
(Inherited from IScriptObject)
Public propertyPropertyIndices Enumerates the script object's property indices.
(Inherited from IScriptObject)
Public propertyPropertyNames Enumerates the script object's property names.
(Inherited from IScriptObject)
Top
See Also