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

Method attach

Il2cppHook/_Ufunc.js:11330–11332  ·  view source on GitHub ↗

Attached a new thread to the application domain.

()

Source from the content-addressed store, hash-verified

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

Callers 15

attachMethodInfoMethod · 0.45
BreakerClass · 0.45
setFunctionValueFunction · 0.45
attachCurrentThreadFunction · 0.45
attachNativeFunction · 0.45
initializeMethod · 0.45
performMethod · 0.45
scheduleMethod · 0.45
attachMethod · 0.45
forModuleFunction · 0.45

Calls 1

_threadAttachMethod · 0.80

Tested by

no test coverage detected