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

◆ GetTypeFromCLSID() [4/4]

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

Definition at line 953 of file Type.cs.

954 {
955 return Marshal.GetTypeFromCLSID(clsid, server, throwOnError);
956 }
static Type GetTypeFromCLSID(Guid clsid, string server, bool throwOnError)
Definition Marshal.cs:216

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