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

◆ GetTypeFromProgID() [4/4]

static ? Type System.Type.GetTypeFromProgID ( string progID,
string? server,
bool throwOnError )
inlinestaticinherited

Definition at line 977 of file Type.cs.

978 {
979 return Marshal.GetTypeFromProgID(progID, server, throwOnError);
980 }
static Type GetTypeFromProgID(string progID, string server, bool throwOnError)
Definition Marshal.cs:1758

References System.Runtime.InteropServices.Marshal.GetTypeFromProgID().