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

◆ GetType() [5/5]

static Type System.Type.GetType ( string typeName,
Func< AssemblyName, Assembly > assemblyResolver,
Func< Assembly, string, bool, Type > typeResolver,
bool throwOnError )
inlinestaticinherited

Definition at line 1438 of file Type.cs.

1439 {
1440 Type type;
1441 return type;
1442 }