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

◆ CreateInstanceMono()

object System.RuntimeType.CreateInstanceMono ( bool nonPublic,
bool wrapExceptions )
inlineprivate

Definition at line 1366 of file RuntimeType.cs.

1367 {
1368 if (!true)
1369 {
1370 }
1373 if (!true)
1374 {
1375 }
1378 bool isAbstract = base.IsAbstract;
1379 object obj;
1380 return obj;
1381 }
class f__AnonymousType0<< Count > j__TPar
bool IsValueType
Definition Type.cs:793
Type GetRootElementType()
Definition Type.cs:129

References System.Type.GetRootElementType(), System.Reflection.MethodBase.IsPublic, System.Type.IsValueType, j__TPar, and System.obj.

Referenced by System.RuntimeType.CreateInstanceSlow().