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()

static Type System.TypeNameParser.GetType ( string typeName,
Func< AssemblyName, Assembly > assemblyResolver,
Func< Assembly, string, bool, Type > typeResolver,
bool throwOnError,
bool ignoreCase,
StackCrawlMark stackMark )
inlinestaticpackage

Definition at line 11 of file TypeNameParser.cs.

12 {
13 Type type;
14 return type;
15 }