ITyped |
The ITypedArrayT type exposes the following members.
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) |
![]() | GetBytes |
Creates a byte array containing a copy of the view's contents.
(Inherited from IArrayBufferView) |
![]() | 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) |
![]() | 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) |
![]() | InvokeWithDirectAccess(ActionIntPtr) |
Invokes a delegate that returns no value, giving it direct access to the view's contents.
(Inherited from IArrayBufferView) |
![]() | InvokeWithDirectAccessT(FuncIntPtr, T) |
Invokes a delegate that returns a value, giving it direct access to the view's contents.
(Inherited from IArrayBufferView) |
![]() | Read | Copies elements from the typed array into the specified array. |
![]() | ReadBytes |
Copies bytes from the view into the specified byte array.
(Inherited from IArrayBufferView) |
![]() | 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) |
![]() | ToArray | Creates an array containing a copy of the typed array's contents. |
![]() | Write | Copies elements from the specified array into the typed array. |
![]() | WriteBytes |
Copies bytes from the specified byte array into the view.
(Inherited from IArrayBufferView) |