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