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 | |
IntPtr (int value) | |
IntPtr (long value) | |
unsafe | IntPtr (void *value) |
void ISerializable. | GetObjectData (SerializationInfo info, StreamingContext context) |
override bool | Equals (object obj) |
override int | GetHashCode () |
long | ToInt64 () |
unsafe void * | ToPointer () |
override string | ToString () |
string | ToString (string format) |
bool IEquatable< IntPtr >. | Equals (IntPtr other) |
bool | Equals (T other) |
Static Public Member Functions | |
static bool | operator== (IntPtr value1, IntPtr value2) |
static bool | operator!= (IntPtr value1, IntPtr value2) |
static | operator IntPtr (int value) |
static | operator IntPtr (long value) |
static unsafe | operator IntPtr (void *value) |
static | operator int (IntPtr value) |
static | operator long (IntPtr value) |
static unsafe | operator void * (IntPtr value) |
static IntPtr | Add (IntPtr pointer, int offset) |
static IntPtr | operator+ (IntPtr pointer, int offset) |
static IntPtr | operator- (IntPtr pointer, int offset) |
Static Public Attributes | |
static readonly IntPtr | Zero |
Package Functions | |
bool | IsNull () |
Properties | |
static int | Size [get] |
Private Member Functions | |
IntPtr (SerializationInfo info, StreamingContext context) | |
Private Attributes | |
unsafe readonly void * | m_value |