MCPcopy Create free account
hub / github.com/axhlzy/Il2CppHookScripts / tryAssembly

Method tryAssembly

Il2cppHook/_Ufunc.js:11334–11337  ·  view source on GitHub ↗

Opens and loads the assembly with the given name.

(name)

Source from the content-addressed store, hash-verified

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

Callers 1

assemblyMethod · 0.95

Calls 2

_domainAssemblyOpenMethod · 0.80
isNullMethod · 0.80

Tested by

no test coverage detected