IScript |
The IScriptObject type exposes the following members.
Name | Description | |
---|---|---|
DeleteProperty(Int32) | Removes an indexed script object property. | |
DeleteProperty(String) | Removes a named script object property. | |
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. | |
GetProperty(String, Object) | Gets the value of a named script object property. | |
Invoke | Invokes the script object. | |
InvokeAsFunction | Invokes the script object as a function. | |
InvokeMethod | Invokes a script object method. | |
SetProperty(Int32, Object) | Sets the value of an indexed script object property. | |
SetProperty(String, Object) | Sets the value of a named script object property. |