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

◆ CreateInstanceImpl()

object System.RuntimeType.CreateInstanceImpl ( BindingFlags bindingAttr,
Binder binder,
object[] args,
CultureInfo culture,
object[] activationAttributes,
StackCrawlMark stackMark )
inlinepackage

Definition at line 1283 of file RuntimeType.cs.

1284 {
1286 if (args == null)
1287 {
1288 }
1289 if (binder == null)
1290 {
1292 }
1293 bool isValueType = base.IsValueType;
1294 object obj;
1295 return obj;
1296 }
class f__AnonymousType0<< Count > j__TPar
void CreateInstanceCheckThis()
static Binder DefaultBinder
Definition Type.cs:1282

References System.RuntimeType.CreateInstanceCheckThis(), System.Type.DefaultBinder, j__TPar, and System.obj.