Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ GetTypeFromCLSID() [2/4]

static ? Type System.Type.GetTypeFromCLSID ( Guid clsid,
bool throwOnError )
inlinestaticinherited

Definition at line 941 of file Type.cs.

942 {
943 return GetTypeFromCLSID(clsid, null, throwOnError);
944 }
static ? Type GetTypeFromCLSID(Guid clsid)
Definition Type.cs:935

References System.Type.GetTypeFromCLSID().