terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ IsConvertibleToPrimitiveType()

static object System.RuntimeType.IsConvertibleToPrimitiveType ( object value,
Type targetType )
inlinestaticprivate

Definition at line 1417 of file RuntimeType.cs.

1418 {
1419 Type type;
1421 throw new InvalidCastException();
1422 }
static Type GetUnderlyingType(Type enumType)
Definition Enum.cs:205
static TypeCode GetTypeCode(Type type)
Definition Type.cs:1110
TypeCode
Definition TypeCode.cs:7

References System.Type.GetTypeCode(), and System.Enum.GetUnderlyingType().