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

◆ ConstructOnMainThread< T >() [3/3]

static T Microsoft.Xna.Framework.Content.ThreadContentRequest.ConstructOnMainThread< T > ( string asset,
ThreadContentRequest::ObjectCreate createFunction )
inlinestatic
Type Constraints
T :class 

Definition at line 15 of file ThreadContentRequest.cs.

15 : class
16 {
17 object obj;
18 do
19 {
20 if (!true)
21 {
22 }
23 IntPtr extra_arg = createFunction.extra_arg;
25 if (obj == null)
26 {
27 return;
28 }
29 }
30 while (obj != null);
31 throw new InvalidCastException();
32 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.obj.