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