IV |
The IV8FastHostDynamicProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| DynamicPropertyIndices | Enumerates the indices of all existing indexed dynamic properties. | |
| DynamicPropertyNames | Enumerates the names of all existing named dynamic properties. |
| Name | Description | |
|---|---|---|
| DeleteDynamicProperty(Int32) | Deletes an indexed dynamic property. | |
| DeleteDynamicProperty(String) | Deletes a named dynamic property. | |
| GetDynamicProperty(Int32, V8FastResult) | Gets the value of an indexed dynamic property. | |
| GetDynamicProperty(String, V8FastResult) | Gets the value of a named dynamic property. | |
| HasDynamicProperty(Int32) | Determines whether a dynamic property exists at the specified index. | |
| HasDynamicProperty(String) | Determines whether a dynamic property with the specified name exists. | |
| SetDynamicProperty(Int32, V8FastArg) | Sets the value of an indexed dynamic property. | |
| SetDynamicProperty(String, V8FastArg) | Sets the value of a named dynamic property. |