terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Runtime.InteropServices.GCHandle Struct Reference

Public Member Functions

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 IntPtr (GCHandle value)
 
static operator GCHandle (IntPtr value)
 
static bool operator== (GCHandle a, GCHandle b)
 
static GCHandle FromIntPtr (IntPtr value)
 
static IntPtr ToIntPtr (GCHandle value)
 

Package Functions

 GCHandle (object value, GCHandleType type)
 

Properties

bool IsAllocated [get]
 
object Target [get, set]
 

Private Member Functions

 GCHandle (IntPtr h)
 
 GCHandle (object obj)
 

Static Private Member Functions

static bool CheckCurrentDomain (IntPtr handle)
 
static object GetTarget (IntPtr handle)
 
static IntPtr GetTargetHandle (object obj, IntPtr handle, GCHandleType type)
 
static void FreeHandle (IntPtr handle)
 
static IntPtr GetAddrOfPinnedObject (IntPtr handle)
 

Private Attributes

IntPtr handle
 

Detailed Description

Definition at line 8 of file GCHandle.cs.


The documentation for this struct was generated from the following file: