Click or drag to resize

V8FastHostObjectConfiguration<TObject>.AddMethodGetter Method

Overload List
 NameDescription
Public methodAddMethodGetter(String, V8FastHostMethodInvoker<TObject>) Adds a getter for a method.
Public methodAddMethodGetter(String, V8FastHostObjectConfigurator<V8FastHostMethod<TObject>>, V8FastHostMethodInvoker<TObject>) Adds a getter for a method with the specified configuration callback.
Public methodAddMethodGetter(String, Int32, V8FastHostMethodInvoker<TObject>) Adds a getter for a method with the specified required argument count.
Public methodAddMethodGetter(String, Int32, V8FastHostObjectConfigurator<V8FastHostMethod<TObject>>, V8FastHostMethodInvoker<TObject>) Adds a getter for a method with the specified required argument count and configuration callback.
Top
See Also