|
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
|
Collaboration diagram for System.Runtime.InteropServices.GCHandle:Public Member Functions | |
| global::System.IntPtr | AddrOfPinnedObject () |
| void | Free () |
| override bool | Equals (object o) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static GCHandle | Alloc (object value) |
| static GCHandle | Alloc (object value, GCHandleType type) |
| static | operator global::System.IntPtr (GCHandle value) |
| static | operator GCHandle (global::System.IntPtr value) |
| static bool | operator== (GCHandle a, GCHandle b) |
| static GCHandle | FromIntPtr (global::System.IntPtr value) |
| static global::System.IntPtr | ToIntPtr (GCHandle value) |
Package Functions | |
| GCHandle (object value, GCHandleType type) | |
Properties | |
| bool | IsAllocated [get, set] |
| object | Target [get, set] |
Private Member Functions | |
| GCHandle (global::System.IntPtr h) | |
| GCHandle (object obj) | |
| static bool | CheckCurrentDomain (global::System.IntPtr handle) |
| static object | GetTarget (global::System.IntPtr handle) |
| static global::System.IntPtr | GetTargetHandle (object obj, global::System.IntPtr handle, GCHandleType type) |
| static void | FreeHandle (global::System.IntPtr handle) |
| static global::System.IntPtr | GetAddrOfPinnedObject (global::System.IntPtr handle) |
Private Attributes | |
| global::System.IntPtr | handle |
Definition at line 14 of file GCHandle.cs.