Click or drag to resize

V8FastHostObjectConfigurationTObjectAddPropertyGetter Method

Overload List
 NameDescription
Public methodAddPropertyGetter(String, V8FastHostPropertyGetterTObject) Adds a getter for a read-only property.
Public methodAddPropertyGetter(String, V8FastHostPropertyGetterTObject, V8FastHostPropertyFlags) Adds a getter for a read-only property with the specified attributes.
Public methodAddPropertyGetterTField(String, V8FastHostFieldAccessorTObject, TField) Adds a getter for a field-backed read-only property.
Public methodAddPropertyGetterTField(String, V8FastHostFieldAccessorTObject, TField, V8FastHostPropertyFlags) Adds a getter for a field-backed read-only property with the specified attributes.
Top
See Also