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

◆ GetTypeFromCLSID() [1/3]

static ? Type System.Runtime.InteropServices.Marshal.GetTypeFromCLSID ( Guid clsid)
inlinestatic

Definition at line 1557 of file Marshal.cs.

1558 {
1559 return GetTypeFromCLSID(clsid, null, throwOnError: false);
1560 }
static Type GetTypeFromCLSID(Guid clsid, string server, bool throwOnError)
Definition Marshal.cs:216

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