Opens and loads the assembly with the given name.
(name)
| 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)); |
| 11336 | return handle.isNull() ? null : new Il2Cpp.Assembly(handle); |
| 11337 | } |
| 11338 | } |
| 11339 | __decorate([ |
| 11340 | decorator_cache_getter_1.cache |
no test coverage detected