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

◆ GetTypeByNameUsingCARules() [2/2]

static RuntimeType System.RuntimeTypeHandle.GetTypeByNameUsingCARules ( string name,
RuntimeModule scope )
inlinestaticpackage

Definition at line 486 of file RuntimeTypeHandle.cs.

487 {
488 if (string.IsNullOrEmpty(name))
489 {
490 throw new ArgumentException(null, "name");
491 }
492 RuntimeType o = null;
494 return o;
495 }
static void GetTypeByNameUsingCARules(string name, QCallModule scope, ObjectHandleOnStack type)

References System.Runtime.Serialization.Dictionary, and System.RuntimeTypeHandle.GetTypeByNameUsingCARules().