Opens and loads the assembly with the given name.
(name)
| 11324 | } |
| 11325 | /** Opens and loads the assembly with the given name. */ |
| 11326 | static assembly(name) { |
| 11327 | return this.tryAssembly(name); |
| 11328 | } |
| 11329 | /** Attached a new thread to the application domain. */ |
| 11330 | static attach() { |
| 11331 | return new Il2Cpp.Thread(Il2Cpp.Api._threadAttach(this)); |