Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetTypeFromProgID()
[2/4]
static ?
Type
System.Type.GetTypeFromProgID
(
string
progID
,
bool
throwOnError
)
inline
static
inherited
Definition at line
965
of file
Type.cs
.
966
{
967
return
GetTypeFromProgID
(progID,
null
, throwOnError);
968
}
System.Type.GetTypeFromProgID
static ? Type GetTypeFromProgID(string progID)
Definition
Type.cs:959
References
System.Type.GetTypeFromProgID()
.
System
Reflection
Emit
TypeBuilder
Generated by
1.10.0