terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ DoAssemblyLoad()

void System.AppDomain.DoAssemblyLoad ( Assembly assembly)
inlineprivate

Definition at line 250 of file AppDomain.cs.

251 {
253 if (assemblyLoad != null)
254 {
255 IntPtr invoke_impl = assemblyLoad.invoke_impl;
256 IntPtr method_code = assemblyLoad.method_code;
257 IntPtr method = assemblyLoad.method;
258 return;
259 }
260 }
class f__AnonymousType0<< Count > j__TPar
AssemblyLoadEventHandler AssemblyLoad
Definition AppDomain.cs:445

References System.AppDomain.AssemblyLoad, and j__TPar.