IV |
The IV8FastHostMethodOperations type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateAsyncEnumerator |
Creates a fast asynchronous enumerator that iterates through the object's contents.
(Inherited from IV8FastHostObjectOperations) | |
| CreateEnumerator |
Creates a fast enumerator that iterates through the object's contents.
(Inherited from IV8FastHostObjectOperations) | |
| DeleteProperty(IV8FastHostObject, Int32) |
Deletes an indexed property.
(Inherited from IV8FastHostObjectOperations) | |
| DeleteProperty(IV8FastHostObject, String) |
Deletes a named property.
(Inherited from IV8FastHostObjectOperations) | |
| GetFriendlyName |
Gets a human-readable name for the specified object.
(Inherited from IV8FastHostObjectOperations) | |
| GetProperty(IV8FastHostObject, Int32, V8FastResult) |
Gets the value of an indexed property.
(Inherited from IV8FastHostObjectOperations) | |
| GetProperty(IV8FastHostObject, String, V8FastResult, Boolean) |
Gets the value of a named property.
(Inherited from IV8FastHostObjectOperations) | |
| GetPropertyIndices |
Enumerates the indices of all existing indexed properties.
(Inherited from IV8FastHostObjectOperations) | |
| GetPropertyNames |
Enumerates the names of all existing named properties.
(Inherited from IV8FastHostObjectOperations) | |
| Invoke | Invokes the method. | |
| QueryProperty(IV8FastHostObject, Int32) |
Gets the attributes of an indexed property.
(Inherited from IV8FastHostObjectOperations) | |
| QueryProperty(IV8FastHostObject, String) |
Gets the attributes of a named property.
(Inherited from IV8FastHostObjectOperations) | |
| SetProperty(IV8FastHostObject, Int32, V8FastArg) |
Sets the value of an indexed property.
(Inherited from IV8FastHostObjectOperations) | |
| SetProperty(IV8FastHostObject, String, V8FastArg) |
Sets the value of a named property.
(Inherited from IV8FastHostObjectOperations) |