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

Method assembly

Il2cppHook/_Ufunc.js:11326–11328  ·  view source on GitHub ↗

Opens and loads the assembly with the given name.

(name)

Source from the content-addressed store, hash-verified

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));

Callers 1

assembliesMethod · 0.95

Calls 1

tryAssemblyMethod · 0.95

Tested by

no test coverage detected