Attached a new thread to the application domain.
()
| 11328 | } |
| 11329 | /** Attached a new thread to the application domain. */ |
| 11330 | static attach() { |
| 11331 | return new Il2Cpp.Thread(Il2Cpp.Api._threadAttach(this)); |
| 11332 | } |
| 11333 | /** Opens and loads the assembly with the given name. */ |
| 11334 | static tryAssembly(name) { |
| 11335 | const handle = Il2Cpp.Api._domainAssemblyOpen(this, Memory.allocUtf8String(name)); |
no test coverage detected