NInteropMarshaller Class Members
In This Topic
The following tables list the members exposed by NInteropMarshaller.
Public Methods
| Name | Description |
 | GetFunctionIndex | Gets the index of the function with the specified name |
 | Invoke<njOb> | Performs an interop call and returns the result of the specified type. Throws an exception, if an error occurs. |
 | InvokeAsync<OjOb> | Performs an async interop and returns the result of the specified type. If an error occurs the returned promise is rejected. |
 | InvokeBatch | Performs an interop batch operation. Throws an exception, if an error occurs. |
 | InvokeBatchAsync | Performs an async interop batch operation. If an error occurs the returned promise is rejected. |
Top
See Also