Click or drag to resize

V8FastHostDynamicObject<TObject> Methods

The V8FastHostDynamicObject<TObject> type exposes the following members.

Methods
 NameDescription
Protected methodStatic memberConfigure Prepares the shared configuration associated with TObject.
Public methodDeleteDynamicProperty(Int32) Deletes an indexed dynamic property.
Public methodDeleteDynamicProperty(String) Deletes a named dynamic property.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
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.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSetDynamicProperty(Int32, V8FastArg) Sets the value of an indexed dynamic property.
Public methodSetDynamicProperty(String, V8FastArg) Sets the value of a named dynamic property.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also