Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetType() [4/4]

override Type System.Reflection.RuntimeModule.GetType ( string className,
bool throwOnError,
bool ignoreCase )
inlinevirtualinherited

Reimplemented from System.Reflection.Module.

Definition at line 426 of file RuntimeModule.cs.

427 {
428 if (className == null)
429 {
430 throw new ArgumentNullException("className");
431 }
432 RuntimeType o = null;
433 object o2 = null;
434 RuntimeModule module = this;
436 GC.KeepAlive(o2);
437 return o;
438 }
static void GetType(QCallModule module, string className, bool throwOnError, bool ignoreCase, ObjectHandleOnStack type, ObjectHandleOnStack keepAlive)

References System.Runtime.Serialization.Dictionary, System.Reflection.RuntimeModule.GetType(), and System.GC.KeepAlive().