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

◆ DoTypeResolve()

Assembly System.AppDomain.DoTypeResolve ( string name)
inlinepackage

Definition at line 272 of file AppDomain.cs.

273 {
274 if (this.TypeResolve != null)
275 {
276 }
277 long num = 0L;
278 IntPtr invoke_impl = this.TypeResolve.invoke_impl;
279 if (num != 0L)
280 {
281 }
282 throw new InvalidCastException();
283 }
ResolveEventHandler TypeResolve
Definition AppDomain.cs:465
IntPtr invoke_impl
Definition Delegate.cs:371

References System.Delegate.invoke_impl, System.L, and System.AppDomain.TypeResolve.