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

◆ GetEnumName()

override string System.RuntimeType.GetEnumName ( object value)
inlinevirtual

Reimplemented from System.Type.

Definition at line 870 of file RuntimeType.cs.

871 {
872 Type type;
873 bool flag = Type.IsIntegerType(type);
875 return Enum.InternalGetNames(this);
876 }
static ulong[] InternalGetValues(RuntimeType enumType)
Definition Enum.cs:260
static string[] InternalGetNames(RuntimeType enumType)
Definition Enum.cs:326
static ulong ToUInt64(object value)
Definition Enum.cs:64
static bool IsIntegerType(Type t)
Definition Type.cs:75

References System.Enum.InternalGetNames(), System.Enum.InternalGetValues(), System.Type.IsIntegerType(), and System.Enum.ToUInt64().