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

◆ CreateInstanceSlow()

object System.RuntimeType.CreateInstanceSlow ( bool publicOnly,
bool wrapExceptions,
bool skipCheckThis,
bool fillCache )
inlinepackage

Definition at line 1359 of file RuntimeType.cs.

1360 {
1362 return this.CreateInstanceMono(publicOnly, wrapExceptions);
1363 }
class f__AnonymousType0<< Count > j__TPar
object CreateInstanceMono(bool nonPublic, bool wrapExceptions)
void CreateInstanceCheckThis()

References System.RuntimeType.CreateInstanceCheckThis(), System.RuntimeType.CreateInstanceMono(), and j__TPar.