terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
UIntPtr (ulong value) | |
UIntPtr (uint value) | |
override bool | Equals (object obj) |
override int | GetHashCode () |
override string | ToString () |
void ISerializable. | GetObjectData (SerializationInfo info, StreamingContext context) |
bool IEquatable< UIntPtr >. | Equals (UIntPtr other) |
bool | Equals (T other) |
Static Public Member Functions | |
static bool | operator== (UIntPtr value1, UIntPtr value2) |
static bool | operator!= (UIntPtr value1, UIntPtr value2) |
static | operator UIntPtr (ulong value) |
static | operator UIntPtr (uint value) |
static | UIntPtr () |
Static Public Attributes | |
static readonly UIntPtr | Zero |
Properties | |
static int | Size [get] |
Private Attributes | |
unsafe readonly void * | _pointer |
Definition at line 12 of file UIntPtr.cs.