()
| 449 | } |
| 450 | |
| 451 | dispose(): void { |
| 452 | if (this.handle != 0) { |
| 453 | this.lib.checkCall( |
| 454 | (this.lib.exports.TVMFFIObjectDecRef as ctypes.FTVMFFIObjectDecRef)(this.handle) |
| 455 | ); |
| 456 | this.handle = 0; |
| 457 | } |
| 458 | } |
| 459 | |
| 460 | /** |
| 461 | * Get handle of module, check it is not null. |