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

Method ctor

Il2cppHook/_Ufunc.js:4032–4034  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4030 scopename = readU16(lfv(this.handle, "scopename"));
4031 token = lfv(this.handle, "token");
4032 static get ctor() {
4033 return new mscorlib_System_Reflection_Module_impl(mscorlib.Api.Module._ctor(alloc()));
4034 }
4035 static get _cctor() {
4036 return new mscorlib_System_Reflection_Module_impl(mscorlib.Api.Module._cctor(alloc()));
4037 }

Callers

nothing calls this directly

Calls 2

allocFunction · 0.70
_ctorMethod · 0.45

Tested by

no test coverage detected