Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ReflectionOnlyGetType()
static ?
Type
System.Type.ReflectionOnlyGetType
(
string
typeName
,
bool
throwIfNotFound
,
bool
ignoreCase
)
inline
static
inherited
Definition at line
1142
of file
Type.cs
.
1143
{
1144
throw
new
PlatformNotSupportedException(SR.PlatformNotSupported_ReflectionOnly);
1145
}
References
System.SR.PlatformNotSupported_ReflectionOnly
.
System
Reflection
Emit
TypeBuilder
Generated by
1.10.0