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