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

◆ DoResourceResolve()

Assembly System.AppDomain.DoResourceResolve ( string name,
Assembly requesting )
inlinepackage

Definition at line 286 of file AppDomain.cs.

287 {
289 if (resourceResolve != null)
290 {
291 IntPtr invoke_impl = resourceResolve.invoke_impl;
292 }
293 throw new InvalidCastException();
294 }
class f__AnonymousType0<< Count > j__TPar
ResolveEventHandler ResourceResolve
Definition AppDomain.cs:461

References j__TPar, and System.AppDomain.ResourceResolve.