V8Fast |
public abstract class V8FastHostDynamicObject<TObject> : V8FastHostObject<TObject>, IV8FastHostDynamicProperties where TObject : V8FastHostDynamicObject<TObject>
The V8FastHostDynamicObjectTObject type exposes the following members.
| Name | Description | |
|---|---|---|
| V8FastHostDynamicObjectTObject | Initializes a new V8FastHostDynamicObjectTObject instance. |
| Name | Description | |
|---|---|---|
| DynamicPropertyIndices | Enumerates the indices of all existing indexed dynamic properties. | |
| DynamicPropertyNames | Enumerates the names of all existing named dynamic properties. |
| Name | Description | |
|---|---|---|
| Configure | Prepares the shared configuration associated with TObject. | |
| DeleteDynamicProperty(Int32) | Deletes an indexed dynamic property. | |
| DeleteDynamicProperty(String) | Deletes a named dynamic property. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetDynamicProperty(Int32, V8FastResult) | Gets the value of an indexed dynamic property. | |
| GetDynamicProperty(String, V8FastResult) | Gets the value of a named dynamic property. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| HasDynamicProperty(Int32) | Determines whether a dynamic property exists at the specified index. | |
| HasDynamicProperty(String) | Determines whether a dynamic property with the specified name exists. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| SetDynamicProperty(Int32, V8FastArg) | Sets the value of an indexed dynamic property. | |
| SetDynamicProperty(String, V8FastArg) | Sets the value of a named dynamic property. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |