IWindows |
The IWindowsScriptObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | Engine |
Gets the script engine that owns the object.
(Inherited from IScriptObject) |
![]() | ItemInt32 |
Gets or sets the value of an indexed script object property.
(Inherited from IScriptObject) |
![]() | ItemString, Object |
Gets or sets the value of a named script object property.
(Inherited from IScriptObject) |
![]() | PropertyIndices |
Enumerates the script object's property indices.
(Inherited from IScriptObject) |
![]() | PropertyNames |
Enumerates the script object's property names.
(Inherited from IScriptObject) |
Name | Description | |
---|---|---|
![]() | DeleteProperty(Int32) |
Removes an indexed script object property.
(Inherited from IScriptObject) |
![]() | DeleteProperty(String) |
Removes a named script object property.
(Inherited from IScriptObject) |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
![]() | GetProperty(Int32) |
Gets the value of an indexed script object property.
(Inherited from IScriptObject) |
![]() | GetProperty(String, Object) |
Gets the value of a named script object property.
(Inherited from IScriptObject) |
![]() | GetUnderlyingObject | Provides access to the underlying unmanaged COM object. |
![]() | Invoke |
Invokes the script object.
(Inherited from IScriptObject) |
![]() | InvokeAsFunction |
Invokes the script object as a function.
(Inherited from IScriptObject) |
![]() | InvokeMethod |
Invokes a script object method.
(Inherited from IScriptObject) |
![]() | SetProperty(Int32, Object) |
Sets the value of an indexed script object property.
(Inherited from IScriptObject) |
![]() | SetProperty(String, Object) |
Sets the value of a named script object property.
(Inherited from IScriptObject) |