Click or drag to resize

IScriptObject Properties

The IScriptObject type exposes the following members.

Properties
 NameDescription
Public propertyEngine Gets the script engine that owns the object.
Public propertyItem[Int32] Gets or sets the value of an indexed script object property.
Public propertyItem[String, Object[]] Gets or sets the value of a named script object property.
Public propertyPropertyIndices Enumerates the script object's property indices.
Public propertyPropertyNames Enumerates the script object's property names.
Top
See Also