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

◆ GetType() [2/7]

static ? Type System.Type.GetType ( string typeName)
inlinestaticinherited

Definition at line 422 of file Type.cs.

423 {
424 StackCrawlMark stackMark = StackCrawlMark.LookForMyCaller;
425 return RuntimeType.GetType(typeName, throwOnError: false, ignoreCase: false, ref stackMark);
426 }

References System.RuntimeType.GetType().