| Name | Description |
---|
 | AddMethodGetter(String, V8FastHostMethodInvoker<TObject>) |
Adds a getter for a method.
|
 | AddMethodGetter(String, V8FastHostObjectConfigurator<V8FastHostMethod<TObject>>, V8FastHostMethodInvoker<TObject>) |
Adds a getter for a method with the specified configuration callback.
|
 | AddMethodGetter(String, Int32, V8FastHostMethodInvoker<TObject>) |
Adds a getter for a method with the specified required argument count.
|
 | AddMethodGetter(String, Int32, V8FastHostObjectConfigurator<V8FastHostMethod<TObject>>, V8FastHostMethodInvoker<TObject>) |
Adds a getter for a method with the specified required argument count and configuration callback.
|