Click or drag to resize

IV8FastHostDynamicProperties Methods

The IV8FastHostDynamicProperties type exposes the following members.

Methods
 NameDescription
Public methodDeleteDynamicProperty(Int32) Deletes an indexed dynamic property.
Public methodDeleteDynamicProperty(String) Deletes a named dynamic property.
Public methodGetDynamicProperty(Int32, V8FastResult) Gets the value of an indexed dynamic property.
Public methodGetDynamicProperty(String, V8FastResult) Gets the value of a named dynamic property.
Public methodHasDynamicProperty(Int32) Determines whether a dynamic property exists at the specified index.
Public methodHasDynamicProperty(String) Determines whether a dynamic property with the specified name exists.
Public methodSetDynamicProperty(Int32, V8FastArg) Sets the value of an indexed dynamic property.
Public methodSetDynamicProperty(String, V8FastArg) Sets the value of a named dynamic property.
Top
See Also