Name | Description | |
---|---|---|
![]() | GetFunctionIndex | Gets the index of the function with the specified name |
![]() | Invoke<pEOb> | Performs an interop call and returns the result of the specified type. Throws an exception, if an error occurs. |
![]() | InvokeAsync<QEOb> | 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. |