| Name | Description |
---|
 | V8FastHostMethod<TObject>(TObject, String, V8FastHostMethodInvoker<TObject>) |
Initializes a new V8FastHostMethod<TObject> instance.
|
 | V8FastHostMethod<TObject>(TObject, String, V8FastHostObjectConfigurator<V8FastHostMethod<TObject>>, V8FastHostMethodInvoker<TObject>) |
Initializes a new V8FastHostMethod<TObject> instance with the specified configuration callback.
|
 | V8FastHostMethod<TObject>(TObject, String, Int32, V8FastHostMethodInvoker<TObject>) |
Initializes a new V8FastHostMethod<TObject> instance with the specified required argument count.
|
 | V8FastHostMethod<TObject>(TObject, String, Int32, V8FastHostObjectConfigurator<V8FastHostMethod<TObject>>, V8FastHostMethodInvoker<TObject>) |
Initializes a new V8FastHostMethod<TObject> instance with the specified required argument count and configuration callback.
|