Click or drag to resize

V8FastHostObjectConfigurationTObjectAddMethodGetter Method

Overload List
 NameDescription
Public methodAddMethodGetter(String, V8FastHostMethodInvokerTObject) Adds a getter for a method.
Public methodAddMethodGetter(String, V8FastHostObjectConfiguratorV8FastHostMethodTObject, V8FastHostMethodInvokerTObject) Adds a getter for a method with the specified configuration callback.
Public methodAddMethodGetter(String, Int32, V8FastHostMethodInvokerTObject) Adds a getter for a method with the specified required argument count.
Public methodAddMethodGetter(String, Int32, V8FastHostObjectConfiguratorV8FastHostMethodTObject, V8FastHostMethodInvokerTObject) Adds a getter for a method with the specified required argument count and configuration callback.
Top
See Also