Click or drag to resize

V8FastHostObjectConfiguration<TObject>.AddPropertyGetter Method

Overload List
 NameDescription
Public methodAddPropertyGetter(String, V8FastHostPropertyGetter<TObject>) Adds a getter for a read-only property.
Public methodAddPropertyGetter(String, V8FastHostPropertyGetter<TObject>, V8FastHostPropertyFlags) Adds a getter for a read-only property with the specified attributes.
Public methodAddPropertyGetter<TField>(String, V8FastHostFieldAccessor<TObject, TField>) Adds a getter for a field-backed read-only property.
Public methodAddPropertyGetter<TField>(String, V8FastHostFieldAccessor<TObject, TField>, V8FastHostPropertyFlags) Adds a getter for a field-backed read-only property with the specified attributes.
Top
See Also