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

◆ GetTypeByName()

static RuntimeType System.RuntimeTypeHandle.GetTypeByName ( string typeName,
bool throwOnError,
bool ignoreCase,
bool reflectionOnly,
StackCrawlMark stackMark,
bool loadTypeFromPartialName )
inlinestaticpackage

Definition at line 312 of file RuntimeTypeHandle.cs.

313 {
314 string text;
316 if (assembly != null)
317 {
318 throw new InvalidCastException();
319 }
320 string text2 = "Error loading '" + "Assembly qualifed type name is required" + "'";
321 throw new OutOfMemoryException();
322 }
static Assembly ReflectionOnlyLoad(string assemblyString)
Definition Assembly.cs:273

References System.Reflection.Assembly.ReflectionOnlyLoad(), and System.text.