Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetTypeFromCLSID()
[2/4]
static ?
Type
System.Type.GetTypeFromCLSID
(
Guid
clsid
,
bool
throwOnError
)
inline
static
inherited
Definition at line
941
of file
Type.cs
.
942
{
943
return
GetTypeFromCLSID
(clsid,
null
, throwOnError);
944
}
System.Type.GetTypeFromCLSID
static ? Type GetTypeFromCLSID(Guid clsid)
Definition
Type.cs:935
References
System.Type.GetTypeFromCLSID()
.
System
Reflection
Emit
TypeBuilder
Generated by
1.10.0