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 >() [2/3]

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

Definition at line 35 of file ThreadContentRequest.cs.

35 : class
36 {
37 object obj;
38 do
39 {
40 if (!true)
41 {
42 }
43 IntPtr extra_arg = createFunction.extra_arg;
45 if (obj == null)
46 {
47 return;
48 }
49 }
50 while (obj != null);
51 throw new InvalidCastException();
52 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.obj.