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

◆ GetType() [3/7]

static ? Type System.Type.GetType ( string typeName,
bool throwOnError )
inlinestaticinherited

Definition at line 415 of file Type.cs.

416 {
417 StackCrawlMark stackMark = StackCrawlMark.LookForMyCaller;
418 return RuntimeType.GetType(typeName, throwOnError, ignoreCase: false, ref stackMark);
419 }

References System.RuntimeType.GetType().